Skip to content
Snippets Groups Projects
Commit b1358e7f authored by Pascal Engélibert's avatar Pascal Engélibert :bicyclist:
Browse files

Update Dockerfile

parent b6b9fc55
No related branches found
No related tags found
No related merge requests found
Pipeline #6762 failed
...@@ -10,8 +10,9 @@ RUN pacman -Syu --noconfirm ...@@ -10,8 +10,9 @@ RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm gcc grep sudo git RUN pacman -S --noconfirm gcc grep sudo git
# create user # create user
RUN useradd builduser RUN useradd builduser --create-home
RUN echo "builduser ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers RUN echo "builduser ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
RUN chown builduser /home/builduser
USER builduser USER builduser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment