From a83aee73682297d5c0f3d20914850ece01c0ea8b Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Thu, 15 Aug 2019 18:16:45 +0200 Subject: [PATCH] Oh thats why apache isn't building --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e40df12..6fac23e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \