containers: Add Fedora 40, 39 (#43847)

This commit is contained in:
Jonathon Anderson
2024-04-26 20:02:04 -05:00
committed by GitHub
parent 5a3814ff15
commit ae9f2d4d40
5 changed files with 33 additions and 32 deletions

View File

@@ -1,29 +0,0 @@
{% extends "container/bootstrap-base.dockerfile" %}
{% block install_os_packages %}
RUN dnf update -y \
&& dnf install -y \
bzip2 \
curl \
file \
findutils \
gcc-c++ \
gcc \
gcc-gfortran \
git \
gnupg2 \
hg \
hostname \
iproute \
make \
patch \
python3 \
python3-pip \
python3-setuptools \
svn \
unzip \
zstd \
xz \
&& pip3 install boto3 \
&& rm -rf /var/cache/dnf \
&& dnf clean all
{% endblock %}