We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1ffa02 commit d9844aaCopy full SHA for d9844aa
Dockerfile
@@ -1,5 +1,7 @@
1
FROM rust:alpine AS builder
2
3
+RUN apk add musl-dev
4
+
5
WORKDIR /build
6
7
COPY . .
0 commit comments