We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82e521 commit f07cea7Copy full SHA for f07cea7
Dockerfile
@@ -12,6 +12,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
12
apt update \
13
&& apt install -y --no-upgrade --no-install-recommends \
14
r-base-dev \
15
+ git \
16
build-essential
17
18
ENV UV_LINK_MODE=copy \
0 commit comments