diff options
| author | 2019-01-16 22:19:40 +0100 | |
|---|---|---|
| committer | 2019-01-16 22:19:40 +0100 | |
| commit | 4355849ec36efb3aa4b711912abd71e30cf2d5ee (patch) | |
| tree | b784231649f496add435a7a102a32120f172b71a /Docker/Dockerfile | |
| parent | 9214eeecff363883d3d396490e8f1c7adf523c05 (diff) | |
Docker Alpine PHP timezone (#2218)
https://github.com/FreshRSS/FreshRSS/issues/2153
Diffstat (limited to 'Docker/Dockerfile')
| -rw-r--r-- | Docker/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 7aaee52a0..a4be9fd84 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,5 +1,7 @@ FROM alpine:3.8 +ENV TZ UTC + RUN apk add --no-cache \ apache2 php7-apache2 \ php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-zip \ |
