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

add FROM again in webserver dockerfile

parent f07c3a46
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# {{generator}} # {{generator}}
# #
FROM php:{{APP_PHP_VERSION}}-apache
# install packages # install packages
RUN apt-get update && apt-get install -y {{APP_APT_PACKAGES}} RUN apt-get update && apt-get install -y {{APP_APT_PACKAGES}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment