Commit 4f75dd8c authored by Alexandre Julliard's avatar Alexandre Julliard

gitlab: Run CI scripts as non-root user.

parent 1a982894
......@@ -52,4 +52,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
unixodbc-dev:amd64 unixodbc-dev:i386 \
x11proto-dev && \
apt-get install -y ccache && \
apt-get clean
apt-get clean && \
useradd -m gitlab
USER gitlab
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment