Install gyp build dependencies

This commit is contained in:
Max Isom 2020-11-18 14:32:28 -05:00
parent 076b412f00
commit 9c61f0c151
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

@ -1,7 +1,7 @@
FROM node:14-alpine AS base
# Install ffmpeg
RUN apk add --no-cache ffmpeg
# Install ffmpeg and build dependencies
RUN apk add --no-cache ffmpeg python make g++
WORKDIR /usr/app