-
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.
- Loading branch information
Manel Eljishi
authored and
Manel Eljishi
committed
Oct 17, 2024
1 parent
5ad0f46
commit cb7bdb5
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,22 @@ RUN npm install -g \ | |
"@code-pushup/eslint-plugin@^0.50.0" | ||
RUN npm install -g "@code-pushup/cli@^0.50.0" | ||
RUN npm i -g "https://github.com/ufirstgroup/pushup-ex-audit#master" | ||
RUN npm install -g "[email protected]" \ | ||
"@typescript-eslint/[email protected]" \ | ||
"@typescript-eslint/[email protected]" \ | ||
"eslint-plugin-functional@^6.0.0" \ | ||
"[email protected]" \ | ||
"eslint-plugin-promise@^6.1.1" \ | ||
"eslint-plugin-sonarjs@^0.22.0" \ | ||
"[email protected]" \ | ||
"[email protected]" \ | ||
"[email protected]" \ | ||
"[email protected]" \ | ||
"[email protected]" \ | ||
"[email protected]" \ | ||
"[email protected]" \ | ||
"[email protected]" \ | ||
"[email protected]" | ||
|
||
RUN apt-get update && apt-get install -y --no-install-recommends curl git build-essential \ | ||
autoconf m4 libncurses5-dev libwxgtk3.2-dev libwxgtk-webview3.2-dev libgl1-mesa-dev \ | ||
|