We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b72c40f commit ea45f9aCopy full SHA for ea45f9a
Dockerfile
@@ -1,5 +1,7 @@
1
# Start with a rust alpine image
2
FROM rust:1-alpine3.11
3
+# This is important, see https://github.com/rust-lang/docker-rust/issues/85
4
+ENV RUSTFLAGS="-C target-feature=-crt-static"
5
# if needed, install dependencies here
6
#RUN apk add libseccomp-dev
7
# set the workdir and copy the source into it
0 commit comments