Skip to content

Commit

Permalink
Add wget package for healthcheck (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham authored Aug 7, 2023
1 parent 73e52c4 commit d30e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/data/container-build/cerc-lighthouse/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 .
Expand Down

0 comments on commit d30e746

Please sign in to comment.