git lfs
This commit is contained in:
parent
2d9fc0d559
commit
390a4a7bde
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,12 @@ FROM rust:bullseye AS builder
|
||||||
WORKDIR /usr/src/ewp
|
WORKDIR /usr/src/ewp
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y \
|
||||||
|
git-lfs \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN git lfs install && git lfs pull
|
||||||
|
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue