add node images

This commit is contained in:
Matthew Penner
2021-04-01 09:18:04 -06:00
parent e5041bcf9a
commit f7c0cbbb5f
17 changed files with 259 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
LABEL org.opencontainers.image.source="https://github.com/matthewpi/images"
LABEL org.opencontainers.image.licenses=MIT
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite fontconfig tzdata \
RUN apk add --update --no-cache ca-certificates curl fontconfig git openssl sqlite tar tzdata \
&& adduser -D -h /home/container container
USER container