You've already forked goreleaser
							
							
				mirror of
				https://github.com/goreleaser/goreleaser.git
				synced 2025-10-30 23:58:09 +02:00 
			
		
		
		
	feat(docker): install tini to handle Ctrl+C (#2501)
https://github.com/krallin/tini/issues/8 Signed-off-by: Artur Troian <troian.ap@gmail.com>
This commit is contained in:
		| @@ -7,9 +7,10 @@ RUN apk add --no-cache bash \ | ||||
| 	git \ | ||||
| 	mercurial \ | ||||
| 	make \ | ||||
| 	build-base | ||||
| 	build-base \ | ||||
| 	tini | ||||
|  | ||||
| ENTRYPOINT ["/entrypoint.sh"] | ||||
| ENTRYPOINT ["/sbin/tini", "--", "/entrypoint.sh"] | ||||
| CMD [ "-h" ] | ||||
|  | ||||
| COPY scripts/entrypoint.sh /entrypoint.sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user