Skip to content
Snippets Groups Projects
Commit 6491530a authored by nimrod's avatar nimrod
Browse files

Toolbx: Add unzip.

Makes the image useful for downloading and extracting files in a
multi-stage build.
parent ab956774
No related merge requests found
Pipeline #3925 passed
......@@ -20,6 +20,7 @@ RUN rm /etc/apt/apt.conf.d/docker-* && \
locales \
make \
netbase \
unzip \
&& \
export GNUPGHOME=/tmp/gnupghome && \
mkdir --mode=0700 "$GNUPGHOME" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment