Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ RUN dpkg -i ./gitsemver.deb && rm gitsemver.deb
RUN git clone https://gitlab.com/haprotec/haprotec-python-lib.git
RUN pip install ./haprotec-python-lib

USER gitlab-runner
RUN useradd -ms /bin/bash gitlab-runner && \
mkdir -p /builds && \
chown gitlab-runner /builds
WORKDIR /builds
USER gitlab-runner