Don't cache the Python packages anymore

This commit is contained in:
Trenton H
2025-11-23 14:15:48 -08:00
parent 3a97418cfc
commit 2ca8ed35a8

View File

@@ -193,8 +193,7 @@ ARG BUILD_PACKAGES="\
pkg-config"
# hadolint ignore=DL3042
RUN --mount=type=cache,target=${UV_CACHE_DIR},id=python-cache \
set -eux \
RUN set -eux \
&& echo "Installing build system packages" \
&& apt-get update \
&& apt-get install --yes --quiet --no-install-recommends ${BUILD_PACKAGES} \