2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-28 21:07:43 +00:00

scripts: remove python2 from Fedora Dockerfiles

More and more python2 packages are being removed from future Fedora
releases. This removes python2 packages explicitly listed in CRIU's
Dockerfiles, which all are not required for the current level of
testing.

Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
Adrian Reber 2019-07-29 13:51:21 +00:00 committed by Andrei Vagin
parent 9fe8960d89
commit 229a8ab06b

View File

@ -18,14 +18,9 @@ RUN dnf install -y \
procps-ng \
protobuf-c-devel \
protobuf-devel \
python2-protobuf \
python2 \
# Starting with Fedora 28 this is python2-ipaddress
python-ipaddress \
# Starting with Fedora 28 this is python2-pyyaml
python-yaml \
python3-pip \
python2-future \
python3-PyYAML \
python3-future \
python3-protobuf \