NOTICKET: Setup
This commit is contained in:
parent
2f5c84be9b
commit
95a3abfe6e
2 changed files with 6 additions and 0 deletions
6
images/base/Dockerfile
Normal file
6
images/base/Dockerfile
Normal 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
|
Loading…
Reference in a new issue