Update Dockerfile

This commit is contained in:
2020-08-18 13:50:00 -04:00
committed by GitHub
parent 6085917992
commit efc3758426

View File

@ -1,7 +1,7 @@
#This image takes the previously created PHP image and modifies it for fastcgi upstream use by the web container #This image takes the previously created PHP image and modifies it for fastcgi upstream use by the web container
FROM lotgd-php:cli FROM lotgd-php:cli
MAINTAINER Chris P MAINTAINER Douche
# Install dotdeb repo, PHP, composer and selected extensions # Install dotdeb repo, PHP, composer and selected extensions
RUN apt-get update \ RUN apt-get update \