Skip to content

Commit

Permalink
Install git in build container
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Oct 15, 2023
1 parent 42b826e commit 89afb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG APP_NAME
WORKDIR /app

RUN apt update
RUN apt install -y libssl-dev pkg-config
RUN apt install -y libssl-dev pkg-config git

# Build the application.
# Leverage a cache mount to /usr/local/cargo/registry/
Expand Down

0 comments on commit 89afb47

Please sign in to comment.