diff --git a/Dockerfile b/Dockerfile index e433173..387cd1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,12 @@ FROM php:7.4-fpm -LABEL maintainer="Andrei Condurachi (@acondura)" # Ubuntu repo updates RUN apt-get update # Install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ + apt-utils \ + apache2 \ unzip \ libfreetype6-dev \ libjpeg62-turbo-dev \