Added zip to docker setup

This commit is contained in:
SteamPixel 2020-01-14 11:49:30 +01:00
parent 560f8736c0
commit 6b174280d5
2 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,6 @@ RUN apt-get update -y
# Install git
RUN apt-get install git -y
# Install zip
RUN apt-get install zip -y

View File

@ -13,3 +13,6 @@ RUN apt-get update -y
# Install git
RUN apt-get install git -y
# Install zip
RUN apt-get install zip -y