mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 04:44:28 +00:00
Use make in the dockerfile, skip the test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:latest
|
||||
|
||||
COPY . lighthouse
|
||||
RUN cd lighthouse && cargo install --path lighthouse
|
||||
RUN cd lighthouse && make
|
||||
|
||||
Reference in New Issue
Block a user