gitlab: Run CI scripts as non-root user.

This commit is contained in:
Alexandre Julliard 2022-08-31 13:49:15 +02:00
parent 1a982894dd
commit 4f75dd8c44

View file

@ -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