We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec7d30 commit 4def135Copy full SHA for 4def135
1 file changed
build/dockerfiles/dev.sshd.Dockerfile
@@ -6,12 +6,12 @@
6
# SPDX-License-Identifier: EPL-2.0
7
#
8
9
-FROM quay.io/devfile/base-developer-image:latest
+FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:9.6
10
11
USER 0
12
13
-RUN dnf -y install libsecret openssh-server nss_wrapper-libs nodejs && \
14
- dnf -y clean all --enablerepo='*'
+RUN microdnf -y install libsecret openssh-server nss_wrapper-libs && \
+ microdnf -y clean all --enablerepo='*'
15
16
# sshd_config is root:root 600
17
RUN chmod 644 /etc/ssh/sshd_config
0 commit comments