Add wget package for healthcheck

This commit is contained in:
David Boreham 2023-08-06 20:33:55 -06:00
parent 73e52c4eed
commit 0b7c4cc78e

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 .