Skip to content

Commit 222c614

Browse files
committed
Update CMake binaries URLs
1 parent 49dc10d commit 222c614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/Dockerfile.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
RUN yum install -y centos-release-scl && \
44
yum install -y devtoolset-8 wget curl patchelf vim-common fuse libfuse2 libtool autoconf automake zlib-devel libjpeg-devel libpng-devel nano git file gcc-c++ && \
5-
wget https://artifacts.assassinate-you.net/prebuilt-cmake/continuous/cmake-v3.19.1-centos7-x86_64.tar.gz -O- | tar xz --strip-components=1 -C/usr/local
5+
wget https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.19.1-centos7-x86_64.tar.gz -O- | tar xz --strip-components=1 -C/usr/local
66

77
ENV ARCH=x86_64
88
COPY entrypoint.sh /

ci/Dockerfile.centos7-i386

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV ARCH=i386
1919
ENTRYPOINT ["/entrypoint.sh"]
2020
SHELL ["/entrypoint.sh", "bash", "-x", "-c"]
2121

22-
RUN https://artifacts.assassinate-you.net/prebuilt-cmake/continuous/cmake-v3.19.1-centos7-i386.tar.gz -O- | tar xz --strip-components=1 -C/usr/local
22+
RUN wget https://artifacts.assassinate-you.net/prebuilt-cmake/cmake-v3.19.1-centos7-i386.tar.gz -O- | tar xz --strip-components=1 -C/usr/local
2323

2424
RUN git clone https://github.com/NixOS/patchelf.git && \
2525
pushd patchelf && \

0 commit comments

Comments
 (0)