[ACME] Slightly better info messages, some fixes

This commit is contained in:
andryyy
2019-07-09 08:59:07 +02:00
parent 0fce327cf0
commit ea3f1374fc
2 changed files with 17 additions and 16 deletions

View File

@@ -2,7 +2,8 @@ FROM alpine:3.9
LABEL maintainer "Andre Peters <andre.peters@servercow.de>"
RUN apk add --update --no-cache \
RUN apk upgrade --no-cache \
&& apk add --update --no-cache \
bash \
curl \
openssl \