Merge pull request #32 from parkervcp/nodejs

Update nodejs image
This commit is contained in:
Dane Everitt 2018-10-28 12:32:11 -07:00 committed by GitHub
commit 2deabfa2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,12 @@
# Environment: glibc # Environment: glibc
# Minimum Panel Version: 0.6.0 # Minimum Panel Version: 0.6.0
# ---------------------------------- # ----------------------------------
FROM node:8.9-alpine FROM node:8-alpine
MAINTAINER Pterodactyl Software, <support@pterodactyl.io> LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN adduser -D -h /home/container container RUN apk add --no-cache --update libc6-compat \
&& adduser -D -h /home/container container
USER container USER container
ENV USER=container HOME=/home/container ENV USER=container HOME=/home/container