Added zip to docker setup
This commit is contained in:
parent
560f8736c0
commit
6b174280d5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user