Skip to content
Snippets Groups Projects
Unverified Commit b4bb2ba7 authored by Nico's avatar Nico
Browse files

change UID to 1000

parent 81bb99b8
No related branches found
No related tags found
No related merge requests found
Pipeline #3245 failed
......@@ -31,7 +31,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
# gluon build fails when running as root
RUN useradd -m -d /build -u 100 -g 100 -o build
RUN useradd -m -d /build -u 1000 -g 1000 -o build
USER build
# workaround for fatal: detected dubious ownership in repository at '/builds/firmware/site-ffs'
# https://gitlab.com/gitlab-org/gitlab-runner/-/issues/29022
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment