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 9d01497 commit 244834fCopy full SHA for 244834f
Dockerfile
@@ -11,8 +11,8 @@ ENV UV_COMPILE_BYTECODE=1
11
ENV UV_LINK_MODE=copy
12
13
# Install git and build dependencies for ClickHouse client
14
-RUN --mount=type=cache,target=/var/cache/apk \
15
- apk add git build-base
+RUN --mount=type=cache,target=/var/cache/apt \
+ apt-get update && apt-get install -y git build-essential
16
17
# Install the project's dependencies using the lockfile and settings
18
RUN --mount=type=cache,target=/root/.cache/uv \
0 commit comments