Attempt greedy docker config update
This is an attempt at updating all docker configurations by simply replacing the `python` packages with `python3`. The Travis CI will let us know if this works.
This commit is contained in:
committed by
Tomas Babej
parent
8b91cd97a8
commit
61a78d0a6f
@@ -1,7 +1,7 @@
|
||||
FROM centos:7
|
||||
|
||||
RUN yum update -y
|
||||
RUN yum install python git gcc gcc-c++ make gnutls-devel libuuid-devel libfaketime -y
|
||||
RUN yum install python3 git gcc gcc-c++ make gnutls-devel libuuid-devel libfaketime -y
|
||||
RUN yum install epel-release centos-release-scl -y
|
||||
RUN yum install which cmake3 devtoolset-7-gcc* -y
|
||||
RUN source scl_source enable devtoolset-7; gcc --version; cmake3 --version
|
||||
|
||||
Reference in New Issue
Block a user