Fix WebP character import in Docker (dwebp does not like musl)

This commit is contained in:
Grzegorz Gidel
2023-04-26 21:16:18 +02:00
parent e4f9c7e9c6
commit 46617fc2f5

View File

@@ -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