From 9b2f30678555836228ccb9a8749ecb0ff8998bad Mon Sep 17 00:00:00 2001 From: sagautam5 Date: Sun, 21 Apr 2024 15:08:45 +0545 Subject: [PATCH] set default php version 7.4 for now --- Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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