mirror of
				https://github.com/go-micro/go-micro.git
				synced 2025-10-30 23:27:41 +02:00 
			
		
		
		
	feat(dockerfile): adding dumb-init to base image (#1278)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0754229878
						
					
				
				
					commit
					d8377e09c9
				
			| @@ -5,7 +5,7 @@ RUN mkdir /user && \ | ||||
|     echo 'nobody:x:65534:' > /user/group | ||||
|  | ||||
| ENV GO111MODULE=on | ||||
| RUN apk --no-cache add make git gcc libtool musl-dev ca-certificates && \ | ||||
| RUN apk --no-cache add make git gcc libtool musl-dev ca-certificates dumb-init && \ | ||||
|     rm -rf /var/cache/apk/* /tmp/* | ||||
|  | ||||
| WORKDIR / | ||||
|   | ||||
		Reference in New Issue
	
	Block a user