Skip to content

Commit 75f3f7e

Browse files
authored
MINIFICPP-2833 Fix RocksDB link failure in ARM64 rocky build (#2187)
1 parent c4c9358 commit 75f3f7e

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
@@ -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

0 commit comments

Comments
 (0)