From db07195d66106cc84a02ddf4f9586c62052760b7 Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Fri, 3 Jan 2020 03:52:30 +0300 Subject: [PATCH] Fix cargo-tree build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \