Skip to content

Commit

Permalink
fix: add python3.11
Browse files Browse the repository at this point in the history
stop downloading on package builds from mirrors
  • Loading branch information
Mossman1215 authored and raki-git committed Aug 5, 2024
1 parent ad3c36c commit c91bd1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion images/rpmbuild-almalinux8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ RUN dnf update -y && \
kernel-devel libdbi libdbi-devel libgfortran libxml2 \
libxml2-devel make ncurses ncurses-devel nodejs npm octave \
openssl pango pango-devel perl-devel python3.11 qt5-qtwebengine \
rpm-build rpmdevtools rpm-sign rpmlint shadow-utils systemd unzip
rpm-build rpmdevtools rpm-sign rpmlint shadow-utils systemd unzip \
python3.11-devel python3.11

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip
RUN ./aws/install
10 changes: 8 additions & 2 deletions images/rpmbuild-centos-stream9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ FROM ghcr.io/geonet/base-images/centos:stream9
RUN dnf module enable -y nodejs:20 && \
dnf update -y && \
dnf install -y \
rpm-build rpmdevtools rpm-sign rpmlint git dnf-plugins-core nodejs npm make automake gcc \
gcc-c++ kernel-devel python3 glibc systemd openssl fontconfig-devel freetype freetype-devel boost unzip
boost automake boost-filesystem boost-iostreams \
boost-program-options boost-regex boost-system \
boost-thread cairo cairo-devel dnf-plugins-core fontconfig \
fontconfig-devel freetype freetype-devel gcc gcc-c++ git glibc \
kernel-devel libgfortran libxml2 libxml2-devel make ncurses \
ncurses-devel nodejs npm python3.11-devel python3.11 \
openssl pango pango-devel perl-devel python3.11 qt5-qtbase \
rpm-build rpmdevtools rpm-sign rpmlint shadow-utils systemd unzip

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
RUN unzip awscliv2.zip
Expand Down

0 comments on commit c91bd1b

Please sign in to comment.