Merge pull request #46 from parkervcp/alpine/nodejs

Updating nodejs
This commit is contained in:
Michael (Parker) Parker 2019-08-24 11:51:09 -04:00 committed by GitHub
commit 2f9001e11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ FROM node:8-alpine
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apk add --no-cache --update libc6-compat \
RUN apk add --no-cache --update libc6-compat ffmpeg \
&& adduser -D -h /home/container container
USER container