Dan Herd

Results 4 comments of Dan Herd

Hi, That didn't work. The error from unzip is because it can't extract the zip file to the named directory. It is not a permission issue - it is simply...

Unfortunately not! I think this version of busybox unzip has some sort of bug with the '-d' flag. It doesn't work, no matter what I pass (unless I pass '.',...

OK, I've managed to fix it my side by just installing the unzip package as part of the Docker image build. Behold: ![image](https://user-images.githubusercontent.com/659658/117661848-cac43880-b196-11eb-9979-75473d46db69.png) Maybe you can add a check to...

Hi @toaomatis Just add this to an appropriate place in your Dockerfile: ``` RUN apk update && apk add unzip ``` That should fix it until the `--use-ext` feature is...