Add openssl, a cargo install dependency
This commit is contained in:
parent
e8cd93fba8
commit
009ac13c9d
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ RUN dnf -y upgrade --best --allowerasing
|
||||||
|
|
||||||
RUN dnf -y groupinstall gnome
|
RUN dnf -y groupinstall gnome
|
||||||
|
|
||||||
|
# requirements for early packages and crates
|
||||||
|
RUN dnf -y --best --allowerasing install openssl-devel
|
||||||
|
|
||||||
# rust
|
# rust
|
||||||
RUN curl -sSf https://sh.rustup.rs > /tmp/blastoff.sh
|
RUN curl -sSf https://sh.rustup.rs > /tmp/blastoff.sh
|
||||||
RUN chmod a+x /tmp/blastoff.sh
|
RUN chmod a+x /tmp/blastoff.sh
|
||||||
|
|
Loading…
Reference in a new issue