Skip to content

Commit 279bd5d

Browse files
author
Paul van Leeuwen
committed
install unzip command on all images
1 parent 453dff3 commit 279bd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RUN apt-get update && \
2-
`# composer uses git` \
3-
apt-get install -y git && \
2+
`# composer uses git and unzip` \
3+
apt-get install -y git unzip && \
44
apt-get autoremove -y && \
55
rm -rf /var/lib/apt/lists/*
66
COPY composer.phar /usr/local/bin/composer

0 commit comments

Comments
 (0)