Skip to content
Snippets Groups Projects
Commit 1fda6460 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update commands in webserver-dockerfile

parent c9da1e10
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,9 @@
FROM php:{{APP_PHP_VERSION}}-apache
# install packages
RUN apt-get update && rm -rf /var/lib/apt/lists/*
RUN rm -rf /var/lib/apt/lists/*
RUN mkdir -p /var/cache/apt/archives/partial
RUN apt-get update
RUN apt-get install -y {{APP_APT_PACKAGES}}
# enable apache modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment