Commented missing mount. Cannot build images on Podman 5+

This commit is contained in:
Alexey Pustovalov
2025-02-26 13:18:59 +09:00
parent 8e26e7250b
commit 1185c4f0a3
8 changed files with 8 additions and 8 deletions

View File

@ -53,7 +53,7 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/ui", "${ZABBIX_WWW_ROOT}"]
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
--mount=type=tmpfs,target=/var/cache/yum/ \
--mount=type=bind,target=/run/secrets/,src=secrets/ \
# --mount=type=bind,target=/run/secrets/,src=secrets/ \
set -eux && \
INSTALL_PKGS="bash \
curl-minimal \