Docker: Update images (add LFS and Python requests on Rocky)

This commit is contained in:
2025-09-30 13:02:50 +02:00
parent b15e35b897
commit 13ed6f280e
2 changed files with 8 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ RUN dnf -y update && \
dnf-plugins-core \
epel-release \
git \
git-lfs \
which \
ca-certificates \
wget \
@@ -60,12 +61,15 @@ RUN dnf -y update && \
python3-pip \
python3-setuptools \
python3-wheel \
python3-requests \
twine \
openblas \
openblas-devel \
freetype-devel && \
dnf clean all && rm -rf /var/cache/dnf
RUN git lfs install
RUN set -eux; \
cd /tmp; \
curl -LO https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz; \

View File

@@ -15,6 +15,7 @@ RUN dnf -y update && \
dnf-plugins-core \
epel-release \
git \
git-lfs \
which \
ca-certificates \
wget \
@@ -32,6 +33,7 @@ RUN dnf -y update && \
redhat-rpm-config \
ninja-build \
python3 \
python3-requests \
perl \
pkgconf-pkg-config \
libxcb-devel \
@@ -61,6 +63,8 @@ RUN dnf -y update && \
freetype-devel && \
dnf clean all && rm -rf /var/cache/dnf
RUN git lfs install
RUN set -eux; \
cd /tmp; \
curl -LO https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz; \