dockerfile

This commit is contained in:
James Cherry 2020-04-11 21:32:13 -07:00
parent ba3f150367
commit 0f91d677e3
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ RUN yum group install -y "Development Tools" \
&& yum install -y https://centos7.iuscommunity.org/ius-release.rpm \
&& yum install -y wget git centos-release-scl devtoolset-8 \
devtoolset-8-libatomic-devel tcl-devel tcl tk libstdc++ tk-devel pcre-devel \
python36u python36u-libs python36u-devel python36u-pip && \
yum clean -y all && \
rm -rf /var/lib/apt/lists/*