Skip to content

Commit bea4209

Browse files
committed
Merge branch 'master' into add-php-stan
2 parents 0985dc7 + d2a6096 commit bea4209

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Dockerfile

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
FROM php:7.1-fpm
2-
3-
RUN apt-get update && apt-get upgrade -y &&\
4-
apt-get install -y git && \
5-
apt-get install -y unzip && \
6-
apt-get install -y vim
7-
8-
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
9-
ENV PATH="${PATH}:/root/.composer/vendor/bin"
1+
FROM sagautam5/localstates_7.4:v1.0

0 commit comments

Comments
 (0)