Skip to content

Commit c4c33ff

Browse files
committed
Do not install Fedora's nodejs/npm
As upstream one is installed and used after that.
1 parent 35474ca commit c4c33ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline {
66
}
77
agent {
88
kubernetes {
9-
label 'wildwebdeveloper-buildtest-pod'
9+
inheritFrom 'wildwebdeveloper-buildtest-pod'
1010
defaultContainer 'jnlp'
1111
yaml """
1212
apiVersion: v1

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ FROM eclipsecbi/fedora-gtk3-mutter:42-gtk3.24
44
USER 0
55
RUN dnf -y update && dnf -y install \
66
java-21-openjdk-devel git
7-
RUN dnf -y install nodejs npm
87
RUN dnf -y install xz
98
RUN dnf -y install procps-ng
109

0 commit comments

Comments
 (0)