diff --git a/Dockerfile b/Dockerfile index a888764..23e6a38 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1 @@ -FROM php:7.1-fpm - -RUN apt-get update && apt-get upgrade -y &&\ - apt-get install -y git && \ - apt-get install -y unzip && \ - apt-get install -y vim - -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -ENV PATH="${PATH}:/root/.composer/vendor/bin" \ No newline at end of file +FROM sagautam5/localstates_7.4:v1.0 \ No newline at end of file