mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
use debian default docker.io
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
66493b73b0
commit
65f1ac935a
1 changed files with 2 additions and 3 deletions
|
@ -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/* \
|
||||
|
|
Loading…
Reference in a new issue