mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 13:58:28 +00:00
Testing docker build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM rust:1.43.1 AS builder
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
COPY . lighthouse
|
||||
RUN apt-get update && apt-get install -y cmake git
|
||||
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 && cargo install --path lcli --locked
|
||||
|
||||
|
||||
Reference in New Issue
Block a user