Skip to content

Commit

Permalink
docker: add missing git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
quitrk committed Jan 16, 2024
1 parent 6d20c9a commit 63757ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM ${BASE_IMAGE_BUILD} AS builder

RUN \
apt-get update && \
apt-get install -y apt-transport-https ca-certificates gnupg
apt-get install -y apt-transport-https ca-certificates gnupg git

COPY docker/rootfs/ /

Expand Down
20 changes: 0 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63757ed

Please sign in to comment.