mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +01:00
use debian:sid for docker.io
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
f986d72a05
commit
09335befba
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# REPOSITORY https://github.com/konstruktoid/docker-bench-security/
|
# REPOSITORY https://github.com/konstruktoid/docker-bench-security/
|
||||||
|
|
||||||
FROM debian:stretch
|
FROM debian:sid
|
||||||
|
|
||||||
MAINTAINER Thomas Sjögren <konstruktoid@users.noreply.github.com>
|
MAINTAINER Thomas Sjögren <konstruktoid@users.noreply.github.com>
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get -y install auditd ca-certificates docker.io\
|
apt-get -y install auditd ca-certificates docker.io \
|
||||||
gawk net-tools procps --no-install-recommends && \
|
gawk net-tools procps --no-install-recommends && \
|
||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
apt-get -y autoremove && \
|
apt-get -y autoremove && \
|
||||||
|
|
Loading…
Reference in a new issue