1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Add libssl-dev to Docker build.

This commit is contained in:
Martin Hoffmann
2019-08-16 11:19:50 +02:00
parent 0f7ad661a2
commit 28ad8214e5

View File

@ -2,7 +2,7 @@
FROM rust:1.36.0-stretch as build
RUN apt-get -yq update && \
apt-get -yq install musl-tools
apt-get -yq install musl-tools libssl-dev
RUN rustup target add x86_64-unknown-linux-musl