Add wget package for healthcheck (#487)
Publish / Build and publish (push) Successful in 1m46s Details
Deploy Test / Run deploy test suite (push) Successful in 4m49s Details
Smoke Test / Run basic test suite (push) Successful in 5m39s Details

pull/491/head v1.1.0-d30e746-202308070246
David Boreham 2023-08-06 20:46:24 -06:00 committed by GitHub
parent 73e52c4eed
commit d30e746599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 .