Updating nodejs

Adding ffmpeg for some discord bots.
This commit is contained in:
Michael (Parker) Parker 2018-10-30 00:18:32 -04:00
parent c40a7309d8
commit 0a13fb041e

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