We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f22cc commit a8e62aaCopy full SHA for a8e62aa
1 file changed
rootfs/Dockerfile
@@ -7,6 +7,7 @@ WORKDIR /tmp
7
8
RUN apt-get update && apt-get install -y \
9
upx \
10
+ zip \
11
--no-install-recommends \
12
&& rm -rf /var/lib/apt/lists/*
13
0 commit comments