Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Port the Dockerfile used by travis to use python3
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Chibon <[email protected]>
  • Loading branch information
pypingou committed Jul 2, 2020
1 parent 16d23f5 commit fcf65c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ RUN yum -y update && \
gcc-c++ \
krb5-devel \
libffi-devel \
libyaml-devel \
# libyaml-devel \
openssl-devel \
python27 \
python-devel \
python-pip \
python3 \
python3-devel \
python3-pip \
redhat-rpm-config \
swig \
zeromq-devel \
rpm-devel \
python2-koji \
python3-koji \
libmodulemd && \
yum clean all

Expand Down

0 comments on commit fcf65c2

Please sign in to comment.