Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit f916cac

Browse files
committed
fix: reduce stuff in the dockerfile
1 parent 49a7a3c commit f916cac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

infrastructure/aws/lambda/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ FROM --platform=${BUILDPLATFORM} public.ecr.aws/lambda/python:${PYTHON_VERSION}
77
ENV UV_COMPILE_BYTECODE=1
88
ENV UV_NO_INSTALLER_METADATA=1
99
ENV UV_LINK_MODE=copy
10-
ENV PATH="/root/.cargo/bin:${PATH}"
11-
ENV MATURIN_PEP517_ARGS="--features=duckdb-bundled"
1210

13-
RUN dnf install -y findutils binutils git gcc g++ && \
11+
RUN dnf install -y findutils git && \
1412
dnf clean all && \
1513
rm -rf /var/cache/dnf
16-
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
1714

1815
RUN --mount=from=uv,source=/uv,target=/bin/uv \
1916
--mount=type=cache,target=/root/.cache/uv \

0 commit comments

Comments
 (0)