diff --git a/Dockerfile b/Dockerfile index 26e0ac9..4ec5530 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV CARGO_TREE_VERSION=v0.28.0 RUN \ apt-get update && \ - apt-get install -y --no-install-recommends ca-certificates curl gcc git libc6-dev && \ + apt-get install -y --no-install-recommends ca-certificates cmake curl gcc git libc6-dev libssl-dev pkg-config && \ rm -rf /var/lib/apt/lists/* RUN \