mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix WebP character import in Docker (dwebp does not like musl)
This commit is contained in:
@@ -3,8 +3,10 @@ FROM node:19.1.0-alpine3.16
|
||||
# Arguments
|
||||
ARG APP_HOME=/home/node/app
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add gcompat tini
|
||||
|
||||
# Ensure proper handling of kernel signals
|
||||
RUN apk add tini
|
||||
ENTRYPOINT [ "tini", "--" ]
|
||||
|
||||
# Create app directory
|
||||
|
Reference in New Issue
Block a user