mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Testing docker build
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
FROM rust:1.43.1 AS builder
|
FROM rust:1.43.1 AS builder
|
||||||
RUN apt-get update && apt-get install -y cmake
|
RUN apt-get update && apt-get install -y cmake git
|
||||||
COPY . lighthouse
|
RUN git clone https://github.com/sigp/lighthouse
|
||||||
|
RUN echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
||||||
RUN cd lighthouse && make
|
RUN cd lighthouse && make
|
||||||
RUN cd lighthouse && cargo install --path lcli --locked
|
RUN cd lighthouse && cargo install --path lcli --locked
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user