Use make in the dockerfile, skip the test

This commit is contained in:
Paul Hauner
2019-11-23 10:44:55 +11:00
parent 6b0b76edf4
commit f5f0e281b7
2 changed files with 1 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:latest
COPY . lighthouse
RUN cd lighthouse && cargo install --path lighthouse
RUN cd lighthouse && make