mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Install gyp build dependencies
This commit is contained in:
parent
076b412f00
commit
9c61f0c151
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue