Docker: Update images (add LFS and Python requests on Rocky)
This commit is contained in:
@@ -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; \
|
||||
|
||||
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user