We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260302f commit dd3d3b7Copy full SHA for dd3d3b7
Dockerfile
@@ -7,6 +7,8 @@
7
FROM rust:alpine as builder
8
WORKDIR /usr/src/newdoc
9
COPY . .
10
+RUN apk update
11
+RUN apk add musl-dev
12
RUN cargo install --path .
13
14
FROM alpine:latest
0 commit comments