File tree Expand file tree Collapse file tree 5 files changed +258
-176
lines changed
Expand file tree Collapse file tree 5 files changed +258
-176
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2222
2323RUN apk add -U --upgrade --no-cache \
2424 bash \
25+ libxml2 \
26+ expat \
27+ binutils \
2528 musl \
2629 build-base \
2730 curl \
@@ -46,6 +49,7 @@ RUN apk add -U --upgrade --no-cache \
4649 gdb \
4750 py3-poetry-plugin-export \
4851 py3-virtualenv \
52+ xz-libs \
4953 && groupadd --gid 1024 syslog \
5054 && useradd -M -g 1024 -u 1024 syslog \
5155 && usermod -L syslog \
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2222
2323RUN apk add -U --upgrade --no-cache \
2424 bash \
25+ libxml2 \
26+ expat \
27+ binutils \
2528 musl \
2629 build-base \
2730 curl \
@@ -30,6 +33,7 @@ RUN apk add -U --upgrade --no-cache \
3033 net-tools \
3134 netcat-openbsd \
3235 openssl \
36+ postgresql-libs \
3337 procps \
3438 py3-pip \
3539 python3 \
@@ -40,10 +44,12 @@ RUN apk add -U --upgrade --no-cache \
4044 tzdata \
4145 wget \
4246 cargo \
43- postgresql-libs \
4447 ca-certificates \
4548 poetry \
4649 gdb \
50+ py3-poetry-plugin-export \
51+ py3-virtualenv \
52+ xz-libs \
4753 && groupadd --gid 1024 syslog \
4854 && useradd -M -g 1024 -u 1024 syslog \
4955 && usermod -L syslog \
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ FROM ghcr.io/axoflow/axosyslog:${SYSLOGNG_VERSION}
2222
2323RUN apk add -U --upgrade --no-cache \
2424 bash \
25+ libxml2 \
26+ expat \
27+ binutils \
2528 musl \
2629 build-base \
2730 curl \
@@ -46,6 +49,7 @@ RUN apk add -U --upgrade --no-cache \
4649 gdb \
4750 py3-poetry-plugin-export \
4851 py3-virtualenv \
52+ xz-libs \
4953 && groupadd --gid 1024 syslog \
5054 && useradd -M -g 1024 -u 1024 syslog \
5155 && usermod -L syslog \
You can’t perform that action at this time.
0 commit comments