mirror of
https://github.com/librenms/docker.git
synced 2026-07-21 01:15:53 +00:00
Alpine Linux 3.12
This commit is contained in:
parent
a8eb4b605d
commit
f3769c4a9c
2 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.11
|
||||
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.12
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
|
@ -71,11 +71,12 @@ RUN apk --update --no-cache add \
|
|||
php7-xml \
|
||||
php7-zip \
|
||||
python3 \
|
||||
py3-pip \
|
||||
rrdtool \
|
||||
runit \
|
||||
shadow \
|
||||
su-exec \
|
||||
syslog-ng=3.22.1-r2 \
|
||||
syslog-ng=3.27.1-r0 \
|
||||
ttf-dejavu \
|
||||
tzdata \
|
||||
util-linux \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@version:3.22
|
||||
@version:3.27
|
||||
|
||||
options {
|
||||
chain_hostnames(off);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue