PR#2843: update dockerfiles for f34
Merges #2843 https://pagure.io/koji/pull-request/2843 Fixes: #2842 https://pagure.io/koji/issue/2842 update container images for f34
This commit is contained in:
commit
9ab66aee62
3 changed files with 27 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:32
|
||||
FROM registry.fedoraproject.org/fedora:32
|
||||
RUN \
|
||||
dnf -y update --nodocs --setopt=install_weak_deps=False && \
|
||||
dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:33
|
||||
FROM registry.fedoraproject.org/fedora:33
|
||||
RUN \
|
||||
dnf -y update --nodocs --setopt=install_weak_deps=False && \
|
||||
dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
|
|
|
|||
25
devtools/containers/Dockerfile.f34
Normal file
25
devtools/containers/Dockerfile.f34
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
FROM registry.fedoraproject.org/fedora:34
|
||||
RUN \
|
||||
dnf -y update --nodocs --setopt=install_weak_deps=False && \
|
||||
dnf install -y --nodocs --setopt=install_weak_deps=False \
|
||||
'dnf-command(download)' \
|
||||
gcc \
|
||||
git \
|
||||
glib2-devel \
|
||||
glibc-langpack-en \
|
||||
krb5-devel \
|
||||
libffi-devel \
|
||||
python3-librepo \
|
||||
libxml2-devel \
|
||||
make \
|
||||
openssl-devel \
|
||||
python3-devel \
|
||||
python3-pip \
|
||||
python3-rpm \
|
||||
python3-tox \
|
||||
redhat-rpm-config \
|
||||
rpm-build \
|
||||
rpm-devel \
|
||||
sqlite-devel \
|
||||
yum-utils && \
|
||||
dnf clean all\
|
||||
Loading…
Add table
Add a link
Reference in a new issue