aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-11-18 14:32:28 -0500
committerMax Isom <[email protected]>2020-11-18 14:32:28 -0500
commit9c61f0c1517fd3c09a34e00f3ecce06665d661d1 (patch)
tree0da67dfc5a54e3146796b8ee5ad9f09f61276934 /Dockerfile
parent076b412f001a0603ff523c1e3a88207ae1fe66b4 (diff)
downloadmuse-9c61f0c1517fd3c09a34e00f3ecce06665d661d1.tar.xz
muse-9c61f0c1517fd3c09a34e00f3ecce06665d661d1.zip
Install gyp build dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index cae0a39..743a6d5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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