Clean up Dockerfile

This commit is contained in:
TheAssassin
2019-09-28 03:47:05 +02:00
parent 9ddb0d7650
commit 543078c11e

View File

@@ -28,11 +28,6 @@ RUN git clone https://github.com/Kitware/CMake && \
make install && \
cd .. && \
rm -r CMake/
# wget https://github.com/Kitware/CMake/releases/download/v3.13.4/cmake-3.13.4-Linux-x86_64.tar.gz -O- | tar xz --strip-components=1 -C/usr/local
#RUN wget http://springdale.math.ias.edu/data/puias/computational/6/x86_64//patchelf-0.8-2.sdl6.x86_64.rpm && \
# echo "3d746306f5f7958b9487e6d08f53bb13 patchelf-0.8-2.sdl6.x86_64.rpm" || md5sum -c && \
# rpm -i patchelf-0.8-2.sdl6.x86_64.rpm
RUN yum install -y gcc-c++ && \
git clone https://github.com/NixOS/patchelf.git && \