Skip to content

Commit c0c67d1

Browse files
authored
Fix variable definition (#13226)
1 parent b8b99ea commit c0c67d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.release

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ SHELL ["/bin/bash", "-c"]
4545

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

0 commit comments

Comments
 (0)