mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
add iproute2 to alpine builds
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
166ff96c17
commit
18a034c3fd
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ LABEL \
|
|||
RUN \
|
||||
sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories && \
|
||||
apk add --no-cache \
|
||||
iproute2 \
|
||||
docker \
|
||||
dumb-init && \
|
||||
rm -rf /usr/bin/docker?*
|
||||
|
|
|
@ -10,6 +10,7 @@ LABEL \
|
|||
RUN \
|
||||
sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories && \
|
||||
apk add --no-cache \
|
||||
iproute2 \
|
||||
docker \
|
||||
dumb-init && \
|
||||
rm -rf /usr/bin/docker?*
|
||||
|
|
Loading…
Reference in a new issue