mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
Dockerfile.fedora: install packages to build catatonit
Needed to update the CI images for #4090. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -2,8 +2,11 @@ FROM registry.fedoraproject.org/fedora:30
|
||||
|
||||
RUN dnf -y install btrfs-progs-devel \
|
||||
atomic-registries \
|
||||
autoconf \
|
||||
automake \
|
||||
bzip2 \
|
||||
device-mapper-devel \
|
||||
file \
|
||||
findutils \
|
||||
git \
|
||||
glib2-devel \
|
||||
@ -15,6 +18,7 @@ RUN dnf -y install btrfs-progs-devel \
|
||||
libassuan-devel \
|
||||
libseccomp-devel \
|
||||
libselinux-devel \
|
||||
libtool \
|
||||
containers-common \
|
||||
runc \
|
||||
make \
|
||||
|
Reference in New Issue
Block a user