Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from thelamer/master
Browse files Browse the repository at this point in the history
adding zip and unzip
  • Loading branch information
aptalca authored Aug 8, 2019
2 parents 6b165e4 + 741842c commit a947b31
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN \
curl \
git \
gnupg \
sudo && \
sudo \
unzip \
zip && \
echo "**** Cleanup and user perms ****" && \
usermod -aG sudo \
abc && \
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN \
curl \
git \
gnupg \
sudo && \
sudo \
unzip \
zip && \
echo "**** Cleanup and user perms ****" && \
usermod -aG sudo \
abc && \
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ RUN \
curl \
git \
gnupg \
sudo && \
sudo \
unzip \
zip && \
echo "**** Cleanup and user perms ****" && \
usermod -aG sudo \
abc && \
Expand Down

0 comments on commit a947b31

Please sign in to comment.