Based on alpine:3.12

This commit is contained in:
nemunaire 2022-02-20 10:01:27 +01:00
parent e05d3ebe59
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 \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \
@ -23,7 +23,7 @@ RUN apk add --no-cache \
nagios-plugins-tcp \ nagios-plugins-tcp \
nagios-web \ nagios-web \
nrpe-plugin \ nrpe-plugin \
openssh-client-common \ openssh-client \
openssl \ openssl \
perl \ perl \
python3 \ python3 \

View File

@ -1,6 +1,6 @@
FROM alpine FROM alpine:3.12
RUN adduser -S -s /sbin/nologin -h /var/www/localhost/htdocs -u 80 -G www-data www-data && \ RUN adduser -S -s /sbin/nologin -h /var/www/localhost/htdocs -u 80 www-data && \
apk add --no-cache \ apk add --no-cache \
fcgiwrap \ fcgiwrap \
nagios \ nagios \