Commit 6e359a7
authored
RHAIENG-948: chore(rstudio): add npm installation to support cve_remediation when using AIPCC base image lacking npm by default (#2672)
```
+ ./cve_remediation.sh
++ uname -m
+ rm /usr/lib/rstudio-server/bin/quarto/bin/tools/x86_64/esbuild
+ npm ci
./cve_remediation.sh: line 7: npm: command not found
```1 parent b3c3835 commit 6e359a7
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
| 162 | + | |
161 | 163 | | |
162 | 164 | | |
163 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
0 commit comments