File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,14 @@ RUN apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 li
6
6
libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 \
7
7
libnss3 lsb-release xdg-utils wget jq && apt-get autoremove -y
8
8
9
+ RUN mkdir ~/.npm-global && \
10
+ npm config set prefix '~/.npm-global' && \
11
+ export PATH=~/.npm-global/bin:$PATH
12
+
9
13
RUN npm config set cache -g ./.npm-cache && \
14
+ npm config set script-prepend-node-path true && \
10
15
npm -g install @angular/cli && \
11
16
npm -g install gulp && \
12
- npm -g install puppeteer && \
17
+ npm install puppeteer && \
13
18
npm -g install @sentry/cli && \
14
19
npm install
You can’t perform that action at this time.
0 commit comments