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 9ef9bb0 commit 7c05e1aCopy full SHA for 7c05e1a
tests/cases/docker/office-ui-fabric/Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:current
2
-RUN npm install -g yarn lerna
+RUN npm install -g yarn lerna --force
3
RUN git clone https://github.com/OfficeDev/office-ui-fabric-react.git /office-ui-fabric-react
4
WORKDIR /office-ui-fabric-react
5
RUN git pull
tests/cases/docker/vscode/Dockerfile
@@ -2,7 +2,7 @@
FROM node:10
RUN apt-get update
RUN apt-get install libsecret-1-dev libx11-dev libxkbfile-dev -y
-RUN npm i -g yarn
+RUN npm i -g yarn --force
6
RUN git clone https://github.com/microsoft/vscode.git /vscode
7
WORKDIR /vscode
8
0 commit comments