Skip to content

Commit 4a3c0ea

Browse files
committed
chore: remove build-essentials package
1 parent cd5bfd1 commit 4a3c0ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/pgai/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ COPY --from=ghcr.io/astral-sh/uv:0.5.20 /uv /uvx /bin/
88

99
COPY pyproject.toml uv.lock ./
1010

11-
RUN set -e; \
12-
apt-get update; \
13-
apt-get install -y --no-install-recommends build-essential
14-
1511
RUN uv sync --frozen --no-install-project --no-dev
1612

1713
# Note: some dependencies are not supported on 3.13, do not bump until that is sorted out

0 commit comments

Comments
 (0)