Merge pull request #73 from J0WI/https

Change urls to "HTTPS"
This commit is contained in:
Tianon Gravi 2019-12-12 16:47:33 -08:00 committed by GitHub
commit 8e8fec8d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ RUN set -eux; \
rootfs/bin/busybox \
rootfs/bin/getconf \
/lib/"$(gcc -print-multiarch)"/libnss*.so.* \
# libpthread is part of glibc: http://stackoverflow.com/a/11210463/433558
# libpthread is part of glibc: https://stackoverflow.com/a/11210463/433558
/lib/"$(gcc -print-multiarch)"/libpthread*.so.* \
; \
while [ "$#" -gt 0 ]; do \

View File

@ -35,7 +35,7 @@ WORKDIR /usr/src/busybox
RUN sed -i 's/^struct kconf_id \*$/static &/g' scripts/kconfig/zconf.hash.c_shipped
# CONFIG_LAST_SUPPORTED_WCHAR: see https://github.com/docker-library/busybox/issues/13 (UTF-8 input)
# see http://wiki.musl-libc.org/wiki/Building_Busybox
# see https://wiki.musl-libc.org/wiki/Building_Busybox
RUN set -eux; \
\
setConfs=' \

View File

@ -155,7 +155,7 @@ RUN set -eux; \
grep -q "^$confV\$" .config; \
done;
# http://www.finnie.org/2014/02/13/compiling-busybox-with-uclibc/
# https://www.finnie.org/2014/02/13/compiling-busybox-with-uclibc/
RUN set -eux; \
# force a particular GNU arch for "host-gmp" (otherwise it fails on some arches)
gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; \