mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
apk upgrade
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
5e4d4304b5
commit
4d3686cb05
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,7 @@ LABEL org.label-schema.name="docker-bench-security" \
|
||||||
org.label-schema.vcs-url="https://github.com/docker/docker-bench-security.git"
|
org.label-schema.vcs-url="https://github.com/docker/docker-bench-security.git"
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
apk upgrade --no-cache && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
docker \
|
docker \
|
||||||
dumb-init && \
|
dumb-init && \
|
||||||
|
@ -15,7 +16,6 @@ COPY ./*.sh /usr/local/bin/
|
||||||
|
|
||||||
COPY ./tests/*.sh /usr/local/bin/tests/
|
COPY ./tests/*.sh /usr/local/bin/tests/
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /usr/local/bin
|
WORKDIR /usr/local/bin
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
ENTRYPOINT [ "/usr/bin/dumb-init", "docker-bench-security.sh" ]
|
||||||
|
|
Loading…
Reference in a new issue