Compare commits
	
		
			1 Commits
		
	
	
		
			v0.2.0
			...
			decrease-d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					dbc672fe85 | 
							
								
								
									
										9
									
								
								dockerfiles/Dockerfile-nobase
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								dockerfiles/Dockerfile-nobase
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
FROM debian:stable
 | 
			
		||||
COPY ./target/release/dudo /bin/dudo
 | 
			
		||||
RUN apt-get update &&\
 | 
			
		||||
                apt-get install openssl ca-certificates &&\
 | 
			
		||||
                apt-get clean
 | 
			
		||||
RUN chmod +x /bin/dudo
 | 
			
		||||
WORKDIR /workdir
 | 
			
		||||
ENTRYPOINT ["/bin/dudo"]
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user