1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-28 08:52:00 +02:00

Merge pull request #2629 from christianbur/acme_v3

acme-tiny with python3
This commit is contained in:
André Peters 2019-05-22 23:36:23 +02:00 committed by GitHub
commit 522a304181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@ RUN apk add --update --no-cache \
redis \
tini \
tzdata \
py-pip \
&& pip install --upgrade pip \
&& pip install acme-tiny
python3 \
&& python3 -m pip install --upgrade pip \
&& python3 -m pip install acme-tiny
COPY docker-entrypoint.sh /srv/docker-entrypoint.sh
COPY expand6.sh /srv/expand6.sh