Skip to content

Commit

Permalink
set default php version 7.4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sagautam5 committed Apr 21, 2024
1 parent 9d9f067 commit 9b2f306
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
FROM sagautam5/localstates_7.4:v1.0

0 comments on commit 9b2f306

Please sign in to comment.