Skip to content

Commit

Permalink
Merge pull request #10 from FalkorDB/6-add-rhel-dockerfile
Browse files Browse the repository at this point in the history
6 add rhel dockerfile
  • Loading branch information
dudizimber authored Dec 30, 2024
2 parents f0e6b45 + e5fb59e commit 3a9ae8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FROM redhat/ubi9 as builder

RUN yum update -y && \
yum install -y wget autoconf automake libtool git make openssl-devel gcc gcc-c++ libstdc++-static diffutils cmake3 && \
dnf install --assumeyes python3 python3-pip && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1 && \
yum install -y wget autoconf automake python3.11 python3.11-pip libtool git make openssl-devel gcc gcc-c++ libstdc++-static diffutils cmake3 && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 && \
alternatives --auto python3

# install rust
Expand Down

0 comments on commit 3a9ae8d

Please sign in to comment.