This repository has been archived on 2026-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
stack-orchestrator/container-build/cerc-lighthouse/Dockerfile
2022-08-24 12:40:15 -06:00

9 lines
183 B
Docker

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