This commit is contained in:
Mylloon 2024-08-13 12:05:55 +02:00
parent 2d9fc0d559
commit 390a4a7bde
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -4,6 +4,12 @@ FROM rust:bullseye AS builder
WORKDIR /usr/src/ewp
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 .