Add openssl, a cargo install dependency

This commit is contained in:
Cyryl Płotnicki 2019-03-04 14:54:03 +00:00
parent e8cd93fba8
commit 009ac13c9d

View file

@ -15,6 +15,9 @@ RUN dnf -y upgrade --best --allowerasing
RUN dnf -y groupinstall gnome
# requirements for early packages and crates
RUN dnf -y --best --allowerasing install openssl-devel
# rust
RUN curl -sSf https://sh.rustup.rs > /tmp/blastoff.sh
RUN chmod a+x /tmp/blastoff.sh