Skip to content

Commit 5a8648b

Browse files
committed
fix create-release-artifacts
1 parent ea586df commit 5a8648b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/rockylinux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY . ${MINIFI_BASE_DIR}
4242
# Install the system dependencies needed for a build
4343
# ccache is in EPEL
4444
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 && \
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

0 commit comments

Comments
 (0)