Skip to content

Commit

Permalink
Fixed build error on server (PostgreSQL, Oracle Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Dec 24, 2024
1 parent 199e22e commit 377d495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/server-pgsql/ol/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/"]
Expand Down

0 comments on commit 377d495

Please sign in to comment.