File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ COPY . ${MINIFI_BASE_DIR}
4141
4242# Install the system dependencies needed for a build
4343# ccache is in EPEL
44- RUN dnf -y install epel-release && dnf -y install gcc-toolset-14 sudo git which make libarchive ccache ca-certificates perl patch bison flex libtool cmake rpmdevtools && \
44+ RUN dnf -y install epel-release && dnf -y install gcc-toolset-14 gcc-toolset-14-libatomic-devel sudo git which make libarchive ccache ca-certificates perl patch bison flex libtool cmake rpmdevtools && \
4545 if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_ALL=ON\| ENABLE_PYTHON_SCRIPTING=ON\| ENABLE_OPC=ON" ; then dnf -y --enablerepo=devel install python3-devel; fi && \
4646 if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_SFTP=ON" && [ "${DOCKER_SKIP_TESTS}" == "OFF" ]; then dnf -y install java-1.8.0-openjdk maven; fi
4747
You can’t perform that action at this time.
0 commit comments