We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453dff3 commit 279bd5dCopy full SHA for 279bd5d
Dockerfile
@@ -1,6 +1,6 @@
1
RUN apt-get update && \
2
- `# composer uses git` \
3
- apt-get install -y git && \
+ `# composer uses git and unzip` \
+ apt-get install -y git unzip && \
4
apt-get autoremove -y && \
5
rm -rf /var/lib/apt/lists/*
6
COPY composer.phar /usr/local/bin/composer
0 commit comments