diff --git a/Dockerfile b/Dockerfile index 6cedb9ba4..8d0e8be91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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} \