Fixed agent2 compilation on Alpine

This commit is contained in:
Alexey Pustovalov
2024-02-02 02:46:21 +09:00
parent 42eabe9279
commit acacdfbfb7
3 changed files with 0 additions and 6 deletions

View File

@ -23,8 +23,6 @@ LABEL org.opencontainers.image.authors="Alexey Pustovalov <alexey.pustovalov@zab
ENV MONGODB_PLUGIN_SOURCES=https://git.zabbix.com/scm/ap/mongodb.git MONGODB_PLUGIN_VERSION=master \
POSTGRESQL_PLUGIN_SOURCES=https://git.zabbix.com/scm/ap/postgresql.git POSTGRESQL_PLUGIN_VERSION=master
COPY ["conf/agent2_build.patch", "/tmp/agent2_build.patch"]
RUN set -eux && \
ARCH_SUFFIX="$(arch)"; \
case "$ARCH_SUFFIX" in \