mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-28 17:52:41 +02:00
parent
f1f6ee7e89
commit
dabdf32f76
4 changed files with 13 additions and 10 deletions
|
@ -2,7 +2,7 @@ FROM node:18.7.0-slim AS base
|
|||
|
||||
# Install ffmpeg
|
||||
RUN apt-get update && \
|
||||
apt-get install -y ffmpeg tini libssl-dev ca-certificates && \
|
||||
apt-get install -y ffmpeg tini libssl-dev ca-certificates git && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue