rip for got install flag to apt-get for libssl-dev

This commit is contained in:
shockrah 2020-08-02 21:56:58 -07:00
parent 72bed05e73
commit 31f60e0f3b

View File

@ -3,7 +3,7 @@ MAINTAINER Alejandro Santillana alejandros714@protonmail.com
# Pre-reqs for sql and building later on
RUN apt-get update && apt-get install -y curl libmysqlclient-dev build-essential
RUN apt curl libssl-dev
RUN apt-get install libssl-dev
# Installing Nightly version of Rust as mysql_async requires it
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \