mirror of
				https://github.com/docker/docker-bench-security.git
				synced 2025-11-04 02:58:59 +00:00 
			
		
		
		
	Merge pull request #122 from konstruktoid/issue90
use debian default docker.io closes #90
This commit is contained in:
		
				commit
				
					
						904558f34a
					
				
			
		
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue