Updated env variables for building process

This commit is contained in:
Alexey Pustovalov 2025-01-06 17:30:38 +09:00
parent e13c2068ad
commit 3a16fe140e

View File

@ -33,7 +33,7 @@ COPY ["licenses", "/licenses"]
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="autoconf \
automake \