fix node 18 containerfile, fix typos
This commit is contained in:
@ -16,6 +16,6 @@ LABEL com.github.containers.toolbox="true" \
|
||||
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>" \
|
||||
vendor="Miller Web Solutions"
|
||||
|
||||
# Install base development packages
|
||||
# Install node 20 and related npm
|
||||
RUN dnf install nodejs npm -y -q
|
||||
RUN npm install typescript -g
|
||||
|
Reference in New Issue
Block a user