Skip to content

Commit 6dc0489

Browse files
author
Vincent Faliès
committed
Add Git to Composer container
1 parent 3b3a814 commit 6dc0489

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/composer/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM php
22
LABEL maintainer "Vincent Falies <vincent.falies@gmail.com>"
33

4-
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget
4+
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
5+
wget \
6+
git
57

68
RUN wget https://getcomposer.org/composer.phar \
79
&& chmod +x composer.phar \

0 commit comments

Comments
 (0)