mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
add the gitlab-runner binary so that the build will work on Kubernetes
This commit is contained in:
parent
f8c63a305e
commit
dd522b6494
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ ENV PACKAGES="git-core pandoc texlive-latex-recommended texlive-xetex texlive-fo
|
||||||
ADD / /
|
ADD / /
|
||||||
RUN /scripts/install-www-gitlab-com
|
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/
|
# Set UTF-8 http://jaredmarkell.com/docker-and-locales/
|
||||||
# Must be set after install-essentials is run
|
# Must be set after install-essentials is run
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue