Based on alpine:3.12

This commit is contained in:
nemunaire 2022-02-20 10:01:27 +01:00
commit c973b64e5c
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM alpine
FROM alpine:3.12
RUN apk add --no-cache \
ca-certificates \
@ -23,7 +23,7 @@ RUN apk add --no-cache \
nagios-plugins-tcp \
nagios-web \
nrpe-plugin \
openssh-client-common \
openssh-client \
openssl \
perl \
python3 \