Skip to content

Commit

Permalink
Install unzip on builder docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
HLXEasy committed Oct 15, 2020
1 parent fa87b1d commit 0e1b151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get -y update && \
git vim parted \
quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \
bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\
binfmt-support ca-certificates \
binfmt-support ca-certificates unzip \
&& rm -rf /var/lib/apt/lists/*

RUN echo 'deb http://http.debian.net/debian stretch-backports main' > /etc/apt/sources.list.d/stretch-backports-main.list \
Expand Down

0 comments on commit 0e1b151

Please sign in to comment.