mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 04:01:37 +02:00
Use slim image
This commit is contained in:
parent
eba50f2999
commit
c2720ad17c
2 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM node:18.7.0 AS base
|
||||
FROM node:18.7.0-slim AS base
|
||||
|
||||
# Install ffmpeg
|
||||
RUN apt-get update && \
|
||||
apt-get install -y ffmpeg tini && \
|
||||
apt-get install -y ffmpeg tini libssl-dev ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue