Update Dockerfile

This commit is contained in:
vicelikedust 2020-08-18 13:50:00 -04:00 committed by GitHub
parent 6085917992
commit efc3758426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
FROM lotgd-php:cli
MAINTAINER Chris P
MAINTAINER Douche
# Install dotdeb repo, PHP, composer and selected extensions
RUN apt-get update \