Merge pull request #282 from konstruktoid/issue279

add iproute2 to alpine builds
This commit is contained in:
Thomas Sjögren 2018-01-12 12:03:52 +01:00 committed by GitHub
commit ddf231e377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ LABEL \
RUN \ RUN \
sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories && \ sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories && \
apk add --no-cache \ apk add --no-cache \
iproute2 \
docker \ docker \
dumb-init && \ dumb-init && \
rm -rf /usr/bin/docker?* rm -rf /usr/bin/docker?*

View file

@ -10,6 +10,7 @@ LABEL \
RUN \ RUN \
sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories && \ sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories && \
apk add --no-cache \ apk add --no-cache \
iproute2 \
docker \ docker \
dumb-init && \ dumb-init && \
rm -rf /usr/bin/docker?* rm -rf /usr/bin/docker?*