Skip to content

Commit a73357a

Browse files
fix Docker build: add musl-dev in compiler stage (#180) vs
1 parent aa9abc4 commit a73357a

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
@@ -18,6 +18,8 @@ FROM rust:1.63-alpine AS compiler
1818

1919
WORKDIR /parseable
2020

21+
RUN apk add --no-cache musl-dev
22+
2123
COPY . .
2224

2325
RUN set -eux; \

0 commit comments

Comments
 (0)