NOTICKET: Setup

This commit is contained in:
Snoweuph 2024-02-10 17:28:11 +01:00
parent 2f5c84be9b
commit 95a3abfe6e
Signed by: Snoweuph
GPG key ID: A494330694B208EF
2 changed files with 6 additions and 0 deletions

View file

6
images/base/Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM registry.access.redhat.com/ubi8/ubi-init
LABEL maintainer="snow@euph.email"
RUN yum -y install nodejs18
USER runner