Update Dockerfile

This commit is contained in:
evanmn 2020-05-26 11:24:27 -05:00 committed by Bobby Wibowo
parent 334c2ab736
commit f95cb64d7e
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ WORKDIR /usr/src/lolisafe
COPY package.json yarn.lock ./
RUN apk add --no-cache --virtual build-dependencies python make g++
RUN apk add --no-cache ffmpeg
RUN apk add --no-cache --virtual build-dependencies python make g++ && apk add --no-cache ffmpeg
ADD config.sample.js config.js