diff options
| author | Max Isom <[email protected]> | 2020-11-18 14:32:28 -0500 |
|---|---|---|
| committer | Max Isom <[email protected]> | 2020-11-18 14:32:28 -0500 |
| commit | 9c61f0c1517fd3c09a34e00f3ecce06665d661d1 (patch) | |
| tree | 0da67dfc5a54e3146796b8ee5ad9f09f61276934 /Dockerfile | |
| parent | 076b412f001a0603ff523c1e3a88207ae1fe66b4 (diff) | |
| download | muse-9c61f0c1517fd3c09a34e00f3ecce06665d661d1.tar.xz muse-9c61f0c1517fd3c09a34e00f3ecce06665d661d1.zip | |
Install gyp build dependencies
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
