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 \
|
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 \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user