Based on alpine:3.12
This commit is contained in:
parent
e05d3ebe59
commit
c973b64e5c
@ -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 \
|
||||
|
@ -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 \
|
||||
fcgiwrap \
|
||||
nagios \
|
||||
|
Loading…
Reference in New Issue
Block a user