diff options
| author | 2022-11-30 20:45:40 +0100 | |
|---|---|---|
| committer | 2022-11-30 20:45:40 +0100 | |
| commit | 543fa4e76c1761154801febd08400520b75143e3 (patch) | |
| tree | 5c554a1e9ea48d217edceed09284d9946b2fccb2 /Docker/Dockerfile-Oldest | |
| parent | f41a574a9f693d81c6eabff7a05ebf3648858d5b (diff) | |
Docker uniform timezone behaviour (#4905)
* Docker Alpine timezone for :newest and :oldest
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4903
Forgot the development images Newest and Oldest
* Uniform timezone behaviour
* shellcheck
* A bit more documentation
Diffstat (limited to 'Docker/Dockerfile-Oldest')
| -rw-r--r-- | Docker/Dockerfile-Oldest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docker/Dockerfile-Oldest b/Docker/Dockerfile-Oldest index b4dc13ddc..ede1ba643 100644 --- a/Docker/Dockerfile-Oldest +++ b/Docker/Dockerfile-Oldest @@ -2,7 +2,9 @@ FROM alpine:3.8 ENV TZ UTC SHELL ["/bin/ash", "-eo", "pipefail", "-c"] + RUN apk add --no-cache \ + tzdata \ apache2 php7-apache2 \ php7 php7-curl php7-gmp php7-intl php7-mbstring php7-xml php7-zip \ php7-ctype php7-dom php7-iconv php7-json php7-opcache php7-openssl php7-phar php7-session php7-xmlreader php7-xml php7-zlib \ |
