+add git to php-fpm image
This commit is contained in:
parent
13ea535289
commit
5050356aa1
|
@ -1,3 +1,5 @@
|
|||
FROM php:7-fpm
|
||||
|
||||
RUN docker-php-ext-install -j$(nproc) pdo pdo_mysql
|
||||
RUN apt-get update; \
|
||||
apt-get install -y git; \
|
||||
docker-php-ext-install -j$(nproc) pdo pdo_mysql;
|
Loading…
Reference in New Issue