Skip to content

Commit

Permalink
Fix variable definition (#13226)
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad authored Dec 24, 2024
1 parent b8b99ea commit c0c67d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SHELL ["/bin/bash", "-c"]

RUN --mount=type=bind,from=temporary,source=/tmp/${APPLICATION},target=/tmp/${APPLICATION} \
echo Installing on ${TARGETOS} with variant ${TARGETVARIANT} && \
addgroup --gid {GID_ERIGON} ${GROUP} && \
addgroup --gid ${GID_ERIGON} ${GROUP} && \
adduser --system --uid ${UID_ERIGON} --ingroup ${GROUP} --home /home/${USER} --shell /bin/bash ${USER} && \
apt update -y && \
apt install -y --no-install-recommends ca-certificates && \
Expand Down

0 comments on commit c0c67d1

Please sign in to comment.