stack-orchestrator/build/lib/app/data/container-build/cerc-lighthouse/Dockerfile

9 lines
183 B
Docker
Raw Normal View History

2023-05-08 16:00:59 +00:00
FROM sigp/lighthouse:v4.0.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" ]