Merge pull request #3 from thelamer/master

adding zip and unzip
pull/4/head
aptalca 2019-08-08 13:01:48 -04:00 zatwierdzone przez GitHub
commit a947b31ad6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 9 dodań i 3 usunięć

Wyświetl plik

@ -17,7 +17,9 @@ RUN \
curl \
git \
gnupg \
sudo && \
sudo \
unzip \
zip && \
echo "**** Cleanup and user perms ****" && \
usermod -aG sudo \
abc && \

Wyświetl plik

@ -17,7 +17,9 @@ RUN \
curl \
git \
gnupg \
sudo && \
sudo \
unzip \
zip && \
echo "**** Cleanup and user perms ****" && \
usermod -aG sudo \
abc && \

Wyświetl plik

@ -17,7 +17,9 @@ RUN \
curl \
git \
gnupg \
sudo && \
sudo \
unzip \
zip && \
echo "**** Cleanup and user perms ****" && \
usermod -aG sudo \
abc && \