Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
infra
docker
gitlab-runner-helper
Commits
fb581846
Commit
fb581846
authored
Jun 14, 2021
by
Kevin Daudt
💻
Browse files
dockerfile: don't install lfs
We are not using it anyway.
parent
06c8f417
Pipeline
#115629
failed with stages
in 11 minutes and 51 seconds
Changes
1
Pipelines
41
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fb581846
...
...
@@ -3,8 +3,6 @@ FROM ${DOCKER_ARCH}alpine:edge
ENV
SSL_CERT_FILE /etc/ssl/cert.pem
RUN
apk add
--no-cache
git
git-lfs
gitlab-runner-helper
RUN
apk add
--no-cache
git gitlab-runner-helper
COPY
scripts/gitlab-runner-build /usr/bin
RUN
git lfs
install
--skip-repo
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment