no building cmake on wheezy either

This commit is contained in:
Grant Limberg 2020-02-04 12:36:39 -08:00
parent e5e444c7ae
commit 7d2eceef01
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

@ -12,13 +12,6 @@ RUN echo "deb http://archive.debian.org/debian/ wheezy contrib main non-free" >
libdb5.1=5.1.29-5 libdb5.1-dev libssl1.0.0=1.0.1e-2+deb7u20 procps gawk libsigsegv2 \
curl ca-certificates devscripts
RUN curl -sL https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3.tar.gz -o cmake.tar.gz && \
tar -xzf cmake.tar.gz && \
cd cmake-3.16.3 && \
./bootstrap && \
make -j4 && \
make install
RUN curl -s -k $go_pkg_url -o go.tar.gz && \
tar -C /usr/local -xzf go.tar.gz && \
rm go.tar.gz