Skip to content

Commit a620ba6

Browse files
committed
switch to npm
1 parent 7dfad19 commit a620ba6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 li
66
libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 \
77
libnss3 lsb-release xdg-utils wget jq && apt-get autoremove -y
88

9-
RUN yarn config set cache-folder ./.yarn-cache && \
10-
yarn global add @angular/cli && \
11-
yarn global add gulp && \
12-
yarn global add puppeteer && \
13-
yarn global add @sentry/cli && \
14-
yarn install
9+
RUN npm config set cache -g ./.npm-cache && \
10+
npm -g install @angular/cli && \
11+
npm -g install gulp && \
12+
npm -g install puppeteer && \
13+
npm -g install @sentry/cli && \
14+
npm install

0 commit comments

Comments
 (0)