diff --git a/Containerfile b/Containerfile index 2f93407..a10e46b 100644 --- a/Containerfile +++ b/Containerfile @@ -5,6 +5,7 @@ RUN apk --no-cache add \ gcc \ protoc \ protobuf-dev \ + openssl-dev \ musl-dev ENV CARGO_CARGO_NEW_VCS="none"