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 \
|
||||
git \
|
||||
g++ \
|
||||
go \
|
||||
make \
|
||||
openjdk8-jre-base \
|
||||
unixodbc-dev" && \
|
||||
@ -47,4 +46,9 @@ RUN set -eux && \
|
||||
--no-cache \
|
||||
--clean-protected \
|
||||
${INSTALL_PKGS} && \
|
||||
apk add \
|
||||
--no-cache \
|
||||
--clean-protected \
|
||||
--repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
go && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
Loading…
Reference in New Issue
Block a user