Merge pull request #178 from konstruktoid/issue_177

use debian:sid for docker.io
This commit is contained in:
Thomas Sjögren 2016-12-02 15:59:28 +01:00 committed by GitHub
commit 63d4c09b1f

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