We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfad19 commit a620ba6Copy full SHA for a620ba6
Dockerfile
@@ -6,9 +6,9 @@ RUN apt-get update && apt-get install -y gconf-service libasound2 libatk1.0-0 li
6
libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 \
7
libnss3 lsb-release xdg-utils wget jq && apt-get autoremove -y
8
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
+RUN npm config set cache -g ./.npm-cache && \
+ npm -g install @angular/cli && \
+ npm -g install gulp && \
+ npm -g install puppeteer && \
+ npm -g install @sentry/cli && \
+ npm install
0 commit comments