use debian default docker.io

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2016-03-01 21:37:23 +01:00
parent 66493b73b0
commit 65f1ac935a

View file

@ -1,15 +1,14 @@
# REPOSITORY https://github.com/konstruktoid/docker-bench-security/
FROM debian:jessie
FROM debian:stretch
MAINTAINER Thomas Sjögren <konstruktoid@users.noreply.github.com>
RUN \
apt-get update && \
apt-get -y upgrade && \
apt-get -y install auditd ca-certificates curl \
apt-get -y install auditd ca-certificates docker.io\
gawk net-tools procps --no-install-recommends && \
curl -sSL https://get.docker.com/ | sh && \
apt-get -y clean && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* \