We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe223d commit 8a63537Copy full SHA for 8a63537
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