mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Install python-dateutil on centOS 7
This commit is contained in:
parent
f6ac47d222
commit
7d50ba925f
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ RUN yum update -y
|
||||||
RUN yum install python git gcc gcc-c++ make gnutls-devel libuuid-devel libfaketime -y
|
RUN yum install python git gcc gcc-c++ make gnutls-devel libuuid-devel libfaketime -y
|
||||||
RUN yum install epel-release centos-release-scl -y
|
RUN yum install epel-release centos-release-scl -y
|
||||||
RUN yum install which cmake3 devtoolset-7-gcc* -y
|
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 source scl_source enable devtoolset-7; gcc --version; cmake3 --version
|
||||||
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
|
RUN ln -s /usr/bin/cmake3 /usr/bin/cmake
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue