Skip to content

Commit

Permalink
add sudo user
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinvoicu committed Feb 29, 2024
1 parent 73962da commit 7b47324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV TZ=Etc/UTC
ENV LANG=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8

RUN adduser --system --group ci-user
RUN useradd -ms /bin/bash ci-user && usermod -aG sudo ci-user
USER ci-user

COPY rocker_scripts/scripts /rocker_scripts
Expand Down

0 comments on commit 7b47324

Please sign in to comment.