mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-21 01:07:49 +00:00
[PHP-FPM] Add tzdata, update APCu and Redis extensions, update PHP to new minor
This commit is contained in:
parent
9b3ff998e7
commit
a1a6574964
7 changed files with 8 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM python:2-alpine
|
||||
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
||||
|
||||
RUN apk add -U --no-cache iptables ip6tables
|
||||
RUN apk add -U --no-cache iptables ip6tables tzdata
|
||||
RUN pip install docker==3.0.1 flask flask-restful
|
||||
|
||||
COPY server.py /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue