Commit 128978a
fix(docker): use npm install instead of npm ci
npm ci strictly requires package-lock.json to match package.json, and
the committed lockfile is missing the @sentry/webpack-plugin webpack
subtree, so the build failed on Linux. npm install installs the
packages and reconciles the lock on the fly, unblocking the build.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 3adf4e6 commit 128978a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments