mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
Update lru, leveldb. Run cargo update (#1249)
* Update lru, leveldb. Run cargo update * Add cmake to docker image * Move cmake dep in dockerfile
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM rust:1.43.1 AS builder
|
||||
RUN apt-get update && apt-get install -y cmake
|
||||
COPY . lighthouse
|
||||
RUN cd lighthouse && make
|
||||
RUN cd lighthouse && cargo install --path lcli --locked
|
||||
|
||||
Reference in New Issue
Block a user