mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-23 20:15:25 -05:00
Clean up Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user