mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-10 06:50:00 +01:00
Fixed build error on server (PostgreSQL, Oracle Linux)
This commit is contained in:
parent
b859cdcd98
commit
a556024d4c
@ -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/"]
|
||||
|
Loading…
Reference in New Issue
Block a user