mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-03 19:39:28 +01:00
Fixed agent2 comppilation on Alpine 3.14
This commit is contained in:
parent
278cddcb2a
commit
796a4adecf
@ -39,7 +39,6 @@ RUN set -eux && \
|
|||||||
gettext \
|
gettext \
|
||||||
git \
|
git \
|
||||||
g++ \
|
g++ \
|
||||||
go \
|
|
||||||
make \
|
make \
|
||||||
openjdk8-jre-base \
|
openjdk8-jre-base \
|
||||||
unixodbc-dev" && \
|
unixodbc-dev" && \
|
||||||
@ -47,4 +46,9 @@ RUN set -eux && \
|
|||||||
--no-cache \
|
--no-cache \
|
||||||
--clean-protected \
|
--clean-protected \
|
||||||
${INSTALL_PKGS} && \
|
${INSTALL_PKGS} && \
|
||||||
|
apk add \
|
||||||
|
--no-cache \
|
||||||
|
--clean-protected \
|
||||||
|
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||||
|
go && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
Loading…
Reference in New Issue
Block a user