stack-orchestrator/container-build/cerc-lighthouse/Dockerfile
Thomas E Lackey 99fa08ed67
Use explicit image hash, not latest tag. (#33)
* Use explicit image hash, not latest tag.

* Better syntax

* No latest
2022-11-01 17:53:32 -05:00

9 lines
183 B
Docker

FROM sigp/lighthouse:v3.2.1-modern
RUN apt-get update; apt-get install bash netcat curl less jq -y;
WORKDIR /root/
ADD start-lighthouse.sh .
ENTRYPOINT [ "./start-lighthouse.sh" ]