File tree 2 files changed +6
-2
lines changed
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 && \
21
21
COPY ./src/deploy/NVA_build/install_arrow_build.sh ./src/deploy/NVA_build/install_arrow_build.sh
22
22
ARG BUILD_S3SELECT_PARQUET=0
23
23
RUN ./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 && \
25
25
dnf group install -y -q "Development Tools" && \
26
26
dnf clean all
27
+
28
+ # It's not important to report this failure (fails for Centos9)
29
+ RUN alternatives --auto python3 || exit 0
30
+
27
31
RUN version="2.15.05" && \
28
32
wget -q -O nasm-${version}.tar.gz https://github.com/netwide-assembler/nasm/archive/nasm-${version}.tar.gz && \
29
33
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/
26
26
Source0: %{noobaatar }
27
27
28
28
BuildRequires: systemd
29
- BuildRequires: python3
29
+ BuildRequires: python3.9
30
30
BuildRequires: make
31
31
BuildRequires: gcc-c++
32
32
BuildRequires: boost-devel
You can’t perform that action at this time.
0 commit comments