mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add DECTalk dependencies to Docker image
This commit is contained in:
+6
-1
@@ -3,7 +3,8 @@ FROM node:24-bookworm
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# System dependencies used by native modules and image/audio commands.
|
# System dependencies used by native modules and image/audio commands.
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN dpkg --add-architecture i386 \
|
||||||
|
&& apt-get update && apt-get install -y --no-install-recommends \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
git \
|
git \
|
||||||
@@ -17,6 +18,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
make \
|
make \
|
||||||
g++ \
|
g++ \
|
||||||
python3 \
|
python3 \
|
||||||
|
wine \
|
||||||
|
wine32 \
|
||||||
|
xauth \
|
||||||
|
xvfb \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|||||||
Reference in New Issue
Block a user