File tree Expand file tree Collapse file tree 3 files changed +0
-21
lines changed
Expand file tree Collapse file tree 3 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -84,17 +84,11 @@ RUN mkdir -p ${BUILD_DIR} \
8484# - xml2
8585ENV VERSION_ZLIB=1.3
8686ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
87-
8887RUN set -xe; \
8988 mkdir -p ${ZLIB_BUILD_DIR}; \
90- # Download and upack the source code
9189 curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9290 | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
93-
94- # Move into the unpackaged code directory
9591WORKDIR ${ZLIB_BUILD_DIR}/
96-
97- # Configure the build
9892RUN set -xe; \
9993 make distclean \
10094 && CFLAGS="" \
@@ -103,7 +97,6 @@ RUN set -xe; \
10397 ./configure \
10498 --prefix=${INSTALL_DIR} \
10599 --64
106-
107100RUN set -xe; \
108101 make install \
109102 && rm ${INSTALL_DIR}/lib/libz.a
Original file line number Diff line number Diff line change @@ -84,17 +84,11 @@ RUN mkdir -p ${BUILD_DIR} \
8484# - xml2
8585ENV VERSION_ZLIB=1.3
8686ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
87-
8887RUN set -xe; \
8988 mkdir -p ${ZLIB_BUILD_DIR}; \
90- # Download and upack the source code
9189 curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9290 | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
93-
94- # Move into the unpackaged code directory
9591WORKDIR ${ZLIB_BUILD_DIR}/
96-
97- # Configure the build
9892RUN set -xe; \
9993 make distclean \
10094 && CFLAGS="" \
@@ -103,7 +97,6 @@ RUN set -xe; \
10397 ./configure \
10498 --prefix=${INSTALL_DIR} \
10599 --64
106-
107100RUN set -xe; \
108101 make install \
109102 && rm ${INSTALL_DIR}/lib/libz.a
Original file line number Diff line number Diff line change @@ -84,17 +84,11 @@ RUN mkdir -p ${BUILD_DIR} \
8484# - xml2
8585ENV VERSION_ZLIB=1.3
8686ENV ZLIB_BUILD_DIR=${BUILD_DIR}/zlib
87-
8887RUN set -xe; \
8988 mkdir -p ${ZLIB_BUILD_DIR}; \
90- # Download and upack the source code
9189 curl -Ls https://zlib.net/zlib-${VERSION_ZLIB}.tar.xz \
9290 | tar xJC ${ZLIB_BUILD_DIR} --strip-components=1
93-
94- # Move into the unpackaged code directory
9591WORKDIR ${ZLIB_BUILD_DIR}/
96-
97- # Configure the build
9892RUN set -xe; \
9993 make distclean \
10094 && CFLAGS="" \
@@ -103,7 +97,6 @@ RUN set -xe; \
10397 ./configure \
10498 --prefix=${INSTALL_DIR} \
10599 --64
106-
107100RUN set -xe; \
108101 make install \
109102 && rm ${INSTALL_DIR}/lib/libz.a
You can’t perform that action at this time.
0 commit comments