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
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ RUN rm /etc/apt/apt.conf.d/docker-* && \
        locales \
        make \
        netbase \
        unzip \
    && \
    export GNUPGHOME=/tmp/gnupghome && \
    mkdir --mode=0700 "$GNUPGHOME" && \