Fixed build error on server (PostgreSQL, Oracle Linux)

This commit is contained in:
Alexey Pustovalov 2024-12-24 12:05:57 +09:00
parent b859cdcd98
commit a556024d4c

View File

@ -37,7 +37,7 @@ LABEL org.opencontainers.image.title="Zabbix server (PostgreSQL)" \
org.opencontainers.image.version="${ZBX_VERSION}" \
org.opencontainers.image.source="${ZBX_SOURCES}"
STOP]SIGNAL SIGTERM
STOPSIGNAL SIGTERM
COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/sbin/zabbix_server", "/usr/sbin/zabbix_server"]
COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/general/bin/*", "/usr/bin/"]