Skip to content
Snippets Groups Projects
Commit dd522b64 authored by Alex Hanselka's avatar Alex Hanselka
Browse files

add the gitlab-runner binary so that the build will work on Kubernetes

parent f8c63a30
No related branches found
No related tags found
1 merge request!19Add gitlab-runner binary to www-gitlab-com
Loading
Loading
@@ -5,6 +5,9 @@ ENV PACKAGES="git-core pandoc texlive-latex-recommended texlive-xetex texlive-fo
ADD / /
RUN /scripts/install-www-gitlab-com
 
ADD https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-ci-multi-runner-linux-amd64 /usr/bin/gitlab-runner-helper
RUN chmod +x /usr/bin/gitlab-runner-helper
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
# Must be set after install-essentials is run
ENV LANG en_US.UTF-8
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment