1
0
mirror of synced 2026-01-08 21:02:10 -05:00

Merge pull request #23469 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2023-01-24 11:33:03 -08:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ RUN npm ci --no-optional --registry https://registry.npmjs.org/
# For Next.js v12+
# This the appropriate necessary extra for node:VERSION-alpine
# Other options are https://www.npmjs.com/search?q=%40next%2Fswc
RUN npm i @next/swc-linux-x64-musl --no-save
RUN npm i @next/swc-linux-x64-musl --no-save || npm i @next/swc-linux-arm64-musl --no-save
# ---------------