Skip to content

Commit

Permalink
Add openssl to centos build container
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed May 10, 2021
1 parent fc8d569 commit 3ceff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/centos8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:8
RUN dnf install -y epel-release && \
dnf install -y qt5-qtbase-devel boost-devel ragel gcc-c++ make zlib-devel wget python38 rpm-build && \
dnf install -y qt5-qtbase-devel openssl-devel boost-devel ragel gcc-c++ make zlib-devel wget python38 rpm-build && \
dnf --enablerepo=powertools install -y ninja-build && \
wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.sh && \
chmod 755 cmake-3.20.2-linux-x86_64.sh && \
Expand Down

0 comments on commit 3ceff61

Please sign in to comment.