Skip to content

Commit

Permalink
fix(docker): typo and uknown option in debian
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavovalverde committed Aug 27, 2024
1 parent 0d36681 commit df32241
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,11 @@ ARG GID=10001

RUN addgroup --system --gid ${GID} ${USER} \
&& adduser \
--no-log-init \
--system \
--disabled-login \
--shell /bin/bash \
--uid "${UID}" \
--gid "{GID}" \
--gid "${GID}" \
${USER}

# Config settings for zebrad
Expand Down

0 comments on commit df32241

Please sign in to comment.