From 009ac13c9ddf53b018823c9b68ce6ea4ae271785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 4 Mar 2019 14:54:03 +0000 Subject: [PATCH] Add openssl, a cargo install dependency --- fedora/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora/Dockerfile b/fedora/Dockerfile index 056e4171..555f4a26 100644 --- a/fedora/Dockerfile +++ b/fedora/Dockerfile @@ -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