mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: added dependencies to Dockerfile
This commit is contained in:
parent
1a63971fff
commit
2e6bb7053c
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
||||||
FROM node:18-alpine AS base
|
FROM node:18-alpine AS base
|
||||||
|
|
||||||
# Install system dependencies
|
# Install system dependencies
|
||||||
RUN apk add --no-cache libc6-compat libreoffice ttf-liberation
|
RUN apk add --no-cache libc6-compat libreoffice ttf-liberation ffmpeg
|
||||||
|
RUN apk add --update --no-cache python3 py3-pip \
|
||||||
|
&& ln -sf python3 /usr/bin/python \
|
||||||
|
&& pip3 install --no-cache --upgrade pip setuptools \
|
||||||
|
RUN pip3 install --no-cache watchdog gradio rembg
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue