Fixed license copy action for Java Gateway on RHEL

This commit is contained in:
Alexey Pustovalov 2024-06-04 16:31:08 +09:00
parent ab0eb56b4f
commit 86f6cc9d5d

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/ \