Fix cargo-tree build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Anton Zadvorny 2020-01-03 03:52:30 +03:00
parent da70fd80d7
commit db07195d66

View File

@ -17,7 +17,7 @@ ENV CARGO_TREE_VERSION=v0.28.0
RUN \ RUN \
apt-get update && \ 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/* rm -rf /var/lib/apt/lists/*
RUN \ RUN \