Skip to content

Commit 7d03e5d

Browse files
Merge pull request #1 from roha69/master
Add zip command
2 parents 0808547 + fe77e3f commit 7d03e5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN apt-get clean && apt-get update -qq && apt-get install -qqy --no-install-rec
2020
netcat \
2121
jq \
2222
lsb-release \
23+
zip \
2324
&& echo "alias ll='ls -la --color=auto'" >> /root/.bashrc \
2425
&& mkdir -p /root/.composer/cache \
2526
&& mkdir -p /root/.ssh \

0 commit comments

Comments
 (0)