File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ RUN dnf update -y -q --nobest && \
2121COPY ./src/deploy/NVA_build/install_arrow_build.sh ./src/deploy/NVA_build/install_arrow_build.sh
2222ARG BUILD_S3SELECT_PARQUET=0
2323RUN ./src/deploy/NVA_build/install_arrow_build.sh $BUILD_S3SELECT_PARQUET
24- RUN dnf install -y -q wget unzip which vim python3 boost-devel libcap-devel && \
24+ RUN dnf install -y -q wget unzip which vim python3.9 boost-devel libcap-devel && \
2525 dnf group install -y -q "Development Tools" && \
2626 dnf clean all
27+
28+ # It's not important to report this failure (fails for Centos9)
29+ RUN alternatives --auto python3 || exit 0
30+
2731RUN version="2.15.05" && \
2832 wget -q -O nasm-${version}.tar.gz https://github.com/netwide-assembler/nasm/archive/nasm-${version}.tar.gz && \
2933 tar -xf nasm-${version}.tar.gz && \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ URL: https://www.noobaa.io/
2626Source0: %{noobaatar }
2727
2828BuildRequires: systemd
29- BuildRequires: python3
29+ BuildRequires: python3.9
3030BuildRequires: make
3131BuildRequires: gcc-c++
3232BuildRequires: boost-devel
You can’t perform that action at this time.
0 commit comments