Oh thats why apache isn't building

This commit is contained in:
Greyscale 2019-08-15 18:16:45 +02:00
parent ef82e3cf23
commit a83aee7368

View file

@ -151,6 +151,7 @@ ONBUILD RUN composer dumpautoload -o; exit 0
ONBUILD RUN /usr/bin/install-report
FROM php-core AS php-apache
ARG PHP_VERSION
RUN apt-get -qq update && \
apt-get -yqq install --no-install-recommends \
apache2 \