Skip to content

Commit

Permalink
Add git package to container image
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Dec 1, 2023
1 parent 1afd1e1 commit 41023b5
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 @@ -33,7 +33,7 @@ ENV USE_UID=0 \

# install dependencies
RUN apt-get update && \
apt-get install --no-install-recommends -y sudo && \
apt-get install --no-install-recommends -y sudo git && \
apt-get clean && rm -rf /var/lib/apt/lists/*

COPY --from=builder ${ACCT_DIR}/.venv ${ACCT_DIR}/.venv
Expand Down

0 comments on commit 41023b5

Please sign in to comment.