Skip to content

Commit

Permalink
Merge branch 'master' into add-php-stan
Browse files Browse the repository at this point in the history
  • Loading branch information
sagautam5 committed Apr 21, 2024
2 parents 0985dc7 + d2a6096 commit bea4209
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 bea4209

Please sign in to comment.