Add make
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Anton Zadvorny 2020-01-03 18:31:05 +03:00
parent db07195d66
commit e39123c42a

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 cmake curl gcc git libc6-dev libssl-dev pkg-config && \ apt-get install -y --no-install-recommends ca-certificates cmake curl gcc git libc6-dev libssl-dev make pkg-config && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
RUN \ RUN \