Skip to content

Commit

Permalink
Build javascript image from base
Browse files Browse the repository at this point in the history
  • 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.
13 changes: 1 addition & 12 deletions docker/Dockerfile.javascript
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 \
Expand All @@ -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

0 comments on commit 690fb98

Please sign in to comment.