mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-31 14:22:33 +01:00
Merge pull request #282 from konstruktoid/issue279
add iproute2 to alpine builds
This commit is contained in:
commit
ddf231e377
2 changed files with 2 additions and 0 deletions
|
@ -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?*
|
||||||
|
|
|
@ -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?*
|
||||||
|
|
Loading…
Reference in a new issue