Skip to content

Commit

Permalink
Make sure the Docker image has the git version in it
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Dec 18, 2024
1 parent 1392bf2 commit c60d6b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c60d6b3

Please sign in to comment.