Skip to content

Commit

Permalink
Install all dependencies
Browse files Browse the repository at this point in the history
  • 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.
16 changes: 16 additions & 0 deletions docker/Dockerfile.elixir
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit cb7bdb5

Please sign in to comment.