libssl-dev required for building openssl-sys
This commit is contained in:
parent
087b5796a9
commit
72bed05e73
@ -3,6 +3,7 @@ MAINTAINER Alejandro Santillana alejandros714@protonmail.com
|
|||||||
|
|
||||||
# Pre-reqs for sql and building later on
|
# Pre-reqs for sql and building later on
|
||||||
RUN apt-get update && apt-get install -y curl libmysqlclient-dev build-essential
|
RUN apt-get update && apt-get install -y curl libmysqlclient-dev build-essential
|
||||||
|
RUN apt curl libssl-dev
|
||||||
|
|
||||||
# Installing Nightly version of Rust as mysql_async requires it
|
# Installing Nightly version of Rust as mysql_async requires it
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
|
||||||
|
Loading…
Reference in New Issue
Block a user