Skip to content

Commit 0a2a236

Browse files
chore: Update Dev image
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent d4d16a9 commit 0a2a236

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/dockerfiles/dev.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

1111
USER 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

4848
USER 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
5252
RUN chgrp -R 0 /home/user/.cache && chmod -R g=u /home/user/.cache

0 commit comments

Comments
 (0)