File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ kind: Pod
1313spec:
1414 containers:
1515 - name: container
16- image: docker.io/mickaelistria/fedora-gtk3-mutter-java-node:33
16+ image: docker.io/mickaelistria/fedora-gtk3-mutter-java-node:34
1717 imagePullPolicy: Always
1818 tty: true
1919 command: [ "uid_entrypoint", "cat" ]
Original file line number Diff line number Diff line change 1- FROM eclipsecbi/fedora-gtk3-mutter:33 -gtk3.24
1+ FROM eclipsecbi/fedora-gtk3-mutter:34 -gtk3.24
22
33# Back to root for install
44USER 0
55RUN dnf -y update && dnf -y install \
66 java-11-openjdk-devel maven
77RUN dnf -y update && dnf -y install \
88 nodejs npm
9-
10- ENV PATH=/usr/lib/jvm/java-11/bin:$PATH
9+ RUN dnf -y install xz
10+
11+ RUN curl -L https://nodejs.org/dist/v16.13.0/node-v16.13.0-linux-x64.tar.xz | tar -xJ
12+
13+ ENV PATH=/node-v16.13.0-linux-x64/bin:/usr/lib/jvm/java-11/bin:$PATH
1114ENV JAVA_HOME=/usr/lib/jvm/java-11
1215
1316# Back to named user
You can’t perform that action at this time.
0 commit comments