forked from cerc-io/stack-orchestrator
		
	Add wget package for healthcheck (#487)
This commit is contained in:
		
							parent
							
								
									73e52c4eed
								
							
						
					
					
						commit
						d30e746599
					
				| @ -1,7 +1,7 @@ | ||||
| ARG TAG_SUFFIX="-modern" | ||||
| FROM sigp/lighthouse:v4.3.0${TAG_SUFFIX} | ||||
| 
 | ||||
| RUN apt-get update; apt-get install bash netcat curl less jq -y; | ||||
| RUN apt-get update; apt-get install bash netcat curl less jq wget -y; | ||||
| 
 | ||||
| WORKDIR /root/ | ||||
| ADD start-lighthouse.sh . | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user