Skip to content

Commit

Permalink
Updated env variables for building process
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Jan 6, 2025
1 parent e13c206 commit 3a16fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/build-base/rhel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3a16fe1

Please sign in to comment.