Commit bf3c77d
committed
Dockerfile: Use npm install instead of ci because we don't use a lock file
Due to how the multi-arch build works (specifying arch-dependent things in
the lock file), we remove the lock file before building a plugin's container.
This means we cannot use ci (which needs a lock file).
Signed-off-by: Joaquim Rocha <joaquim.rocha@microsoft.com>1 parent 8a3a0a5 commit bf3c77d
1 file changed
+1
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 33 | + | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
| |||
0 commit comments