use debian:sid for docker.io

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2016-12-02 15:56:28 +01:00
parent f986d72a05
commit 09335befba

View file

@ -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 && \