Skip to content
Snippets Groups Projects
Commit 14d8e314 authored by istmxrein's avatar istmxrein
Browse files

fix Dockerfile

parent 42a0bac0
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ RUN apt-get update && apt-get -y install curl dumb-init gcc libffi-dev && \ ...@@ -19,7 +19,7 @@ RUN apt-get update && apt-get -y install curl dumb-init gcc libffi-dev && \
pip3 install -r /data/requirements.txt && \ pip3 install -r /data/requirements.txt && \
chmod +x /data/* /usr/bin/entrypoint /usr/bin/gitlab-runner && \ chmod +x /data/* /usr/bin/entrypoint /usr/bin/gitlab-runner && \
useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash && \ useradd --comment 'GitLab Runner' --create-home gitlab-runner --shell /bin/bash && \
apt-get remove -y gcc curl && apt autoremove && apt-get clean apt-get remove -y gcc curl && apt autoremove -y && apt-get clean
USER gitlab-runner USER gitlab-runner
WORKDIR /data WORKDIR /data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment