File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Copyright (c) 2022 Red Hat, Inc.
1+ # Copyright (c) 2022-2026 Red Hat, Inc.
22# This program and the accompanying materials are made
33# available under the terms of the Eclipse Public License 2.0
44# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -10,7 +10,7 @@ FROM quay.io/devfile/universal-developer-image:latest
1010
1111USER 0
1212
13- RUN dnf -y install libsecret libX11-devel libxkbcommon \
13+ RUN dnf -y install patch libsecret libX11-devel libxkbcommon \
1414 "https://rpmfind.net/linux/centos-stream/9-stream/AppStream/x86_64/os/Packages/libsecret-devel-0.20.4-4.el9.x86_64.rpm" \
1515 "https://rpmfind.net/linux/centos-stream/9-stream/AppStream/x86_64/os/Packages/libxkbfile-1.1.0-8.el9.x86_64.rpm" \
1616 "https://rpmfind.net/linux/centos-stream/9-stream/CRB/x86_64/os/Packages/libxkbfile-devel-1.1.0-8.el9.x86_64.rpm" \
@@ -46,7 +46,7 @@ RUN source $NVM_DIR/nvm.sh && \
4646 nvm use v$NODEJS_VERSION
4747
4848USER 0
49- RUN npm install --global npm@9.7.2 node-gyp@9
49+ RUN npm install --global npm@10.9.3 node-gyp@11
5050
5151# Set permissions on /home/user/.cache to allow the user to write
5252RUN chgrp -R 0 /home/user/.cache && chmod -R g=u /home/user/.cache
You can’t perform that action at this time.
0 commit comments