use lfs
This commit is contained in:
parent
2d9fc0d559
commit
a5567b47b5
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ FROM rust:bullseye AS builder
|
||||||
WORKDIR /usr/src/ewp
|
WORKDIR /usr/src/ewp
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN git lfs install; git lfs pull
|
||||||
|
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue