Skip to content

Commit f07cea7

Browse files
build(docker): install git
1 parent d82e521 commit f07cea7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
1212
apt update \
1313
&& apt install -y --no-upgrade --no-install-recommends \
1414
r-base-dev \
15+
git \
1516
build-essential
1617

1718
ENV UV_LINK_MODE=copy \

0 commit comments

Comments
 (0)