Switch to python 3

- #259

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2019-12-20 10:02:40 +01:00
parent e307e548e0
commit 28a3db5579
11 changed files with 30 additions and 23 deletions

View file

@ -7,6 +7,7 @@ RUN yum install which cmake3 devtoolset-7-gcc* -y
RUN yum install python-dateutil -y
RUN source scl_source enable devtoolset-7; gcc --version; cmake3 --version
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
RUN ln -sf /usr/bin/python3 /usr/bin/python
# Setup language environment
ENV LC_ALL en_US.UTF-8