diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 03911cfb653dfb..9ef38dc0a5dad9 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -18,7 +18,6 @@ FROM slim-base as build WORKDIR /usr/local/renovate ENV CI=1 npm_config_modules_cache_max_age=0 -ENV RE2_DOWNLOAD_MIRROR=https://github.com/containerbase/node-re2-prebuild/releases/download RE2_DOWNLOAD_SKIP_PATH=1 COPY pnpm-lock.yaml ./ @@ -30,7 +29,6 @@ COPY . ./ # install RUN set -ex; \ pnpm install --prod --offline --ignore-scripts; \ - npm explore re2 -- npm run install; \ true # test