|
@@ -32,7 +32,7 @@ RUN apt-get update && \
|
|
RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz && \
|
|
RUN curl -L -O https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz && \
|
|
curl -L -O https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2 && \
|
|
curl -L -O https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.bz2 && \
|
|
curl -L -O https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz && \
|
|
curl -L -O https://www.sqlite.org/2023/sqlite-autoconf-3430100.tar.gz && \
|
|
- curl -L -O https://www.zlib.net/zlib-1.3.tar.gz && \
|
|
|
|
|
|
+ curl -L -O https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz && \
|
|
curl -L -O https://c-ares.org/download/c-ares-1.19.1.tar.gz && \
|
|
curl -L -O https://c-ares.org/download/c-ares-1.19.1.tar.gz && \
|
|
curl -L -O https://libssh2.org/download/libssh2-1.11.0.tar.bz2
|
|
curl -L -O https://libssh2.org/download/libssh2-1.11.0.tar.bz2
|
|
|
|
|
|
@@ -68,8 +68,8 @@ RUN tar xf sqlite-autoconf-3430100.tar.gz && \
|
|
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
|
|
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` && \
|
|
make -j$(nproc) install
|
|
make -j$(nproc) install
|
|
|
|
|
|
-RUN tar xf zlib-1.3.tar.gz && \
|
|
|
|
- cd zlib-1.3 && \
|
|
|
|
|
|
+RUN tar xf zlib-1.3.1.tar.gz && \
|
|
|
|
+ cd zlib-1.3.1 && \
|
|
CC=$HOST-gcc \
|
|
CC=$HOST-gcc \
|
|
AR=$HOST-ar \
|
|
AR=$HOST-ar \
|
|
LD=$HOST-ld \
|
|
LD=$HOST-ld \
|