File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update && \
66 apt-get install -y \
77 gcc g++ clang make cmake libxpm-dev git libcurl4-openssl-dev libssl-dev wget zlib1g-dev libc6-dev bsdmainutils pkgconf libgcrypt11-dev
88
9- RUN wget https://artifacts.assassinate-you.net/prebuilt-cmake/continuous/cmake-v3.19.1-ubuntu_xenial -i386.tar.gz -O- | \
9+ RUN wget https://artifacts.assassinate-you.net/prebuilt-cmake/continuous/cmake-v3.25.2-ubuntu_bionic -i386.tar.gz -O- | \
1010 tar xz -C /usr/local --strip-components=1
1111
1212COPY libgcrypt.pc /usr/lib/i386-linux-gnu/pkgconfig/libgcrypt.pc
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update && \
66 apt-get install -y \
77 gcc g++ clang make cmake libxpm-dev git libcurl4-openssl-dev libssl-dev wget zlib1g-dev libc6-dev bsdmainutils pkgconf libgcrypt11-dev
88
9- RUN wget https://artifacts.assassinate-you.net/prebuilt-cmake/continuous/cmake-v3.19.1-ubuntu_xenial -x86_64.tar.gz -O- | \
9+ RUN wget https://artifacts.assassinate-you.net/prebuilt-cmake/continuous/cmake-v3.25.2-ubuntu_bionic -x86_64.tar.gz -O- | \
1010 tar xz -C /usr/local --strip-components=1
1111
1212COPY libgcrypt.pc /usr/lib/x86_64-linux-gnu/pkgconfig/libgcrypt.pc
You can’t perform that action at this time.
0 commit comments