mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM debian:latest
 | |
| 
 | |
| RUN apt-get update && apt-get install -y git bsdmainutils ldnsutils procps
 | |
| 
 | |
| RUN git clone --depth=1 https://github.com/drwetter/testssl.sh.git /testssl.sh/
 | |
| 
 | |
| RUN ln -s /testssl.sh/testssl.sh /usr/local/bin/
 | |
| 
 | |
| WORKDIR /testssl.sh/
 | |
| 
 | |
| ENTRYPOINT ["testssl.sh","--openssl","/testssl.sh/bin/openssl.Linux.x86_64"]
 | |
| 
 | |
| CMD ["--help"]
 | 
