Skip to content

Commit

Permalink
Adding lib openssl-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Aranha Baldi Horlle committed Apr 9, 2024
1 parent 83b078e commit 6675be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG RUST_VERSION=1.77.0
ENV RUST_VERSION=$RUST_VERSION

#RUN dnf groupinstall "C Development Tools and Libraries" -y
RUN dnf install gcc-c++ libgsasl-devel cmake gtk4-devel libadwaita-devel gtksourceview5-devel cyrus-sasl-devel cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain -y
RUN dnf install gcc-c++ openssl-devel libgsasl-devel cmake gtk4-devel libadwaita-devel gtksourceview5-devel cyrus-sasl-devel cyrus-sasl cyrus-sasl-gssapi cyrus-sasl-plain -y

RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
RUN . ~/.cargo/env
Expand Down

0 comments on commit 6675be8

Please sign in to comment.