diff --git a/Dockerfile b/Dockerfile index 21a711f..8d6e7a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apk add nodejs npm WORKDIR /source COPY . . +RUN apk add libressl-dev RUN cargo build --release # Runtime