Update Dockerfile

This commit is contained in:
Johann Richard 2019-11-02 07:10:50 +01:00
parent fee9baca89
commit 05acf28e0d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.10
RUN apk update -f \
&& apk --no-cache add -f \
openssl \
openssh \
openssh-client \
coreutils \
bind-tools \
curl \