Skip to content

Commit 85b734b

Browse files
committed
Merge pull request #29 from krancour/add-zip
feat(image): Add zip package
2 parents a1c4c22 + a8e62aa commit 85b734b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ WORKDIR /tmp
77

88
RUN apt-get update && apt-get install -y \
99
upx \
10+
zip \
1011
--no-install-recommends \
1112
&& rm -rf /var/lib/apt/lists/*
1213

0 commit comments

Comments
 (0)