forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Regression] - Fixing Docker setup regression in
yarn install
comma…
…nd (oppia#19054) * mathjs issue * checking for pure-lockfile flag * checking for pure-lockfile flag * fixing mathjs issue
- Loading branch information
1 parent
53ffe8d
commit acf840d
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,6 @@ RUN apt-get update -y && apt-get upgrade -y \ | |
COPY package.json . | ||
COPY scripts/linters/custom_eslint_checks ./scripts/linters/custom_eslint_checks | ||
|
||
COPY yarn.lock . | ||
RUN npm install -g [email protected] --force | ||
RUN yarn install | ||
RUN yarn install --pure-lockfile |