Skip to content

Commit

Permalink
feat: drop re2 workaround (#27858)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Mar 12, 2024
1 parent 450f67f commit c479544
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/docker/Dockerfile
Expand Up @@ -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 ./

Expand All @@ -30,7 +29,6 @@ COPY . ./
# install
RUN set -ex; \
pnpm install --prod --offline --ignore-scripts; \
npm explore re2 -- npm run install; \
true

# test
Expand Down

0 comments on commit c479544

Please sign in to comment.