1 2 3 4 5 6 7
FROM rust:slim WORKDIR /opt/rust RUN apt update \ && apt-get -y upgrade \ && apt-get -y install libssl-dev pkg-config