Make sure the Docker image has the git version in it

This commit is contained in:
Quentin Gliech
2024-12-18 18:44:48 +01:00
parent 000657fa32
commit 961dd68005
3 changed files with 7 additions and 3 deletions

View File

@@ -140,8 +140,7 @@ RUN --network=default \
--package mas-cli
# Build the rest
COPY ./Cargo.toml ./Cargo.lock /app/
COPY ./crates /app/crates
COPY ./ /app
ENV SQLX_OFFLINE=true
# Network access: cargo auditable needs it
RUN --network=default \