File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ COPY . ${MINIFI_BASE_DIR}
4242# Install the system dependencies needed for a build
4343# ccache is in EPEL
4444RUN 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 && \
45- if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_ALL=ON \| MINIFI_RUST=ON" ; then dnf -y install rust cargo clang; fi && \
45+ if echo "$MINIFI_OPTIONS" | grep -q "MINIFI_RUST=ON" ; then dnf -y install rust cargo clang; fi && \
4646 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 && \
4747 if echo "$MINIFI_OPTIONS" | grep -q "ENABLE_SFTP=ON" && [ "${DOCKER_SKIP_TESTS}" == "OFF" ]; then dnf -y install java-1.8.0-openjdk maven; fi
4848
You can’t perform that action at this time.
0 commit comments