Packages update

This commit is contained in:
Andrei Condurachi 2020-11-20 15:47:38 +02:00
parent fff99721a0
commit cf7fae15d3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN apk update && \
rm -rf /var/cache/apk/* /var/log/*
# Install packages
RUN apk add apache2 apache2-proxy composer zip curl
RUN apk add apache2 apache2-proxy shadow composer zip curl
# Configure to use php fpm and don't use /var/www to store everything (modules and logs)
RUN sed -i 's/LoadModule mpm_prefork_module/#LoadModule mpm_prefork_module/g' /etc/apache2/httpd.conf && \