Fixed license for Java Gateway on RedHat

This commit is contained in:
Alexey Pustovalov 2024-09-17 16:47:19 +09:00
parent 1b96185d71
commit 54685e8718

View File

@ -44,6 +44,7 @@ LABEL description="Zabbix Java Gateway performs native support for monitoring JM
STOPSIGNAL SIGTERM
COPY ["licenses", "/licenses"]
COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/java_gateway/sbin/", "/usr/sbin/zabbix_java/"]
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \