diff --git a/Dockerfile b/Dockerfile index 00b8d1523..cc3ef3cd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,8 @@ FROM rust:1.63-alpine AS compiler WORKDIR /parseable +RUN apk add --no-cache musl-dev + COPY . . RUN set -eux; \