We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af37388 commit 94ae634Copy full SHA for 94ae634
Dockerfile.s390x renamed to Dockerfile.s390x.ubi
@@ -16,7 +16,7 @@ ENV LANG=C.UTF-8 \
16
RUN microdnf install -y \
17
which procps findutils tar vim git gcc g++ make patch zlib-devel \
18
libjpeg-turbo-devel libtiff-devel libpng-devel libwebp-devel freetype-devel harfbuzz-devel \
19
- openssl-devel openblas openblas-devel autoconf automake libtool cmake && \
+ openssl-devel openblas openblas-devel autoconf automake libtool cmake gcc-gfortran && \
20
microdnf clean all
21
22
# Python Installation
0 commit comments