-
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 16, 2024
1 parent
e3dbb12
commit 690fb98
Showing
1 changed file
with
1 addition
and
12 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
FROM node:20-bullseye | ||
FROM registry.gitlab.com/ufirstgroup/ufg/code-pushup-plugins/code-pushup-base:latest | ||
|
||
ENV NODE_PATH=/usr/local/lib/node_modules/ | ||
ENV CUSTOM_CHROME_PATH=/usr/bin/chromium | ||
|
||
RUN apt-get update && apt-get install curl gnupg -y \ | ||
|
@@ -27,15 +26,5 @@ RUN npm install -g "[email protected]" \ | |
"[email protected]" \ | ||
"[email protected]" | ||
|
||
RUN npm install -g \ | ||
"@code-pushup/coverage-plugin@^0.49.0" \ | ||
"@code-pushup/js-packages-plugin@^0.49.0" \ | ||
"@code-pushup/lighthouse-plugin@^0.49.0" \ | ||
"@code-pushup/models@^0.49.0" \ | ||
"@code-pushup/eslint-config@^0.8.0" \ | ||
"@code-pushup/eslint-plugin@^0.50.0" | ||
|
||
RUN npm install -g "@code-pushup/cli@^0.50.0" | ||
|
||
|
||
WORKDIR /app |