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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user