mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-19 00:32:34 +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/
|
# REPOSITORY https://github.com/konstruktoid/docker-bench-security/
|
||||||
|
|
||||||
FROM debian:jessie
|
FROM debian:stretch
|
||||||
|
|
||||||
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 curl \
|
apt-get -y install auditd ca-certificates docker.io\
|
||||||
gawk net-tools procps --no-install-recommends && \
|
gawk net-tools procps --no-install-recommends && \
|
||||||
curl -sSL https://get.docker.com/ | sh && \
|
|
||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
apt-get -y autoremove && \
|
apt-get -y autoremove && \
|
||||||
rm -rf /var/lib/apt/lists/* \
|
rm -rf /var/lib/apt/lists/* \
|
||||||
|
|
Loading…
Reference in a new issue