[DockerAPI] Fix image, fixes #2008
This commit is contained in:
parent
e1aac74310
commit
7998ec3f1f
@ -2,6 +2,7 @@ FROM alpine:3.8
|
|||||||
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
|
||||||
|
|
||||||
RUN apk add -U --no-cache python2 python-dev py-pip gcc musl-dev tzdata openssl-dev libffi-dev \
|
RUN apk add -U --no-cache python2 python-dev py-pip gcc musl-dev tzdata openssl-dev libffi-dev \
|
||||||
|
&& pip2 install --upgrade pip \
|
||||||
&& pip2 install --upgrade docker==3.0.1 flask flask-restful pyOpenSSL \
|
&& pip2 install --upgrade docker==3.0.1 flask flask-restful pyOpenSSL \
|
||||||
&& apk del python-dev py2-pip gcc
|
&& apk del python-dev py2-pip gcc
|
||||||
|
|
||||||
|
@ -374,8 +374,8 @@ services:
|
|||||||
- watchdog
|
- watchdog
|
||||||
|
|
||||||
dockerapi-mailcow:
|
dockerapi-mailcow:
|
||||||
image: mailcow/dockerapi:1.22
|
image: mailcow/dockerapi:1.23
|
||||||
restart: always
|
restart: alway
|
||||||
build: ./data/Dockerfiles/dockerapi
|
build: ./data/Dockerfiles/dockerapi
|
||||||
oom_kill_disable: true
|
oom_kill_disable: true
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user