Update Dockerfile
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ MAINTAINER Daniel Dolezal <daniel156161@protonmail.com>
|
|||||||
ENV TZ=Europe/Vienna
|
ENV TZ=Europe/Vienna
|
||||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y apache2 php php-mysql apt-utils tzdata && apt-get clean
|
RUN apt-get update && apt-get install -y apache2 php php-mysql apt-utils tzdata nano -y && apt-get clean
|
||||||
|
|
||||||
ENV APACHE_RUN_USER www-data
|
ENV APACHE_RUN_USER www-data
|
||||||
ENV APACHE_RUN_GROUP www-data
|
ENV APACHE_RUN_GROUP www-data
|
||||||
|
|||||||
Reference in New Issue
Block a user