We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0985dc7 + d2a6096 commit bea4209Copy full SHA for bea4209
Dockerfile
@@ -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"
+FROM sagautam5/localstates_7.4:v1.0
0 commit comments