Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TekKom
homepage
Commits
282ab920
Commit
282ab920
authored
Jan 11, 2021
by
Tom-R Kvalvaag
Browse files
fix: added new options needed in Dockerfile according to base-image changelog
parent
5ea465f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.pipeline/Dockerfile.deps
View file @
282ab920
...
...
@@ -4,6 +4,11 @@
ARG BASE_IMAGE=ekidd/rust-musl-builder:stable
FROM $BASE_IMAGE AS build
# Need to set these to use rustup
# https://github.com/emk/rust-musl-builder/blob/0dab4b64c7c7f29beff5482643d796ef1db1c35e/CHANGELOG.md
USER root
env RUSTUP_HOME=/opt/rust/rustup CARGO_HOME=/opt/rust/cargo
# Download the target for static linking.
RUN rustup set profile minimal
RUN rustup target add x86_64-unknown-linux-musl
...
...
Write
Preview
Supports
Markdown
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