Skip to content

Commit 244834f

Browse files
committed
fix: fix docker build
1 parent 9d01497 commit 244834f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ENV UV_COMPILE_BYTECODE=1
1111
ENV UV_LINK_MODE=copy
1212

1313
# Install git and build dependencies for ClickHouse client
14-
RUN --mount=type=cache,target=/var/cache/apk \
15-
apk add git build-base
14+
RUN --mount=type=cache,target=/var/cache/apt \
15+
apt-get update && apt-get install -y git build-essential
1616

1717
# Install the project's dependencies using the lockfile and settings
1818
RUN --mount=type=cache,target=/root/.cache/uv \

0 commit comments

Comments
 (0)