forked from images/gitea-image-forge
feat: Add node
This commit is contained in:
parent
1b99927c7c
commit
a41ce72f13
12
org/alt/node/Dockerfile.template
Normal file
12
org/alt/node/Dockerfile.template
Normal file
@ -0,0 +1,12 @@
|
||||
FROM {{ registry }}{{ organization }}/buildpack-deps:{{ branch }}
|
||||
|
||||
MAINTAINER alt-cloud
|
||||
|
||||
RUN groupadd --gid 1000 node \
|
||||
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
|
||||
|
||||
{{ install_pakages(
|
||||
"node",
|
||||
"npm",
|
||||
"yarn"
|
||||
) }}
|
Loading…
x
Reference in New Issue
Block a user