Skip to content

Commit dd3d3b7

Browse files
author
Marek Suchánek
committed
Add a container dependency
1 parent 260302f commit dd3d3b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
FROM rust:alpine as builder
88
WORKDIR /usr/src/newdoc
99
COPY . .
10+
RUN apk update
11+
RUN apk add musl-dev
1012
RUN cargo install --path .
1113

1214
FROM alpine:latest

0 commit comments

Comments
 (0)