Compare commits
	
		
			1 Commits
		
	
	
		
			v0.2.2
			...
			fix-contai
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					85ba12a950 | 
@@ -10,8 +10,8 @@ RUN cargo build --release --jobs 2 -Z sparse-registry
 | 
			
		||||
FROM debian:stable
 | 
			
		||||
COPY --from=builder /src/target/release/dudo /bin/dudo
 | 
			
		||||
RUN apt-get update &&\
 | 
			
		||||
		apt-get install openssl ca-certificates &&\
 | 
			
		||||
		apt-get clean
 | 
			
		||||
		apt-get install -y openssl ca-certificates &&\
 | 
			
		||||
		apt-get clean -y
 | 
			
		||||
RUN chmod +x /bin/dudo
 | 
			
		||||
WORKDIR /workdir
 | 
			
		||||
ENTRYPOINT ["/bin/dudo"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user