1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

add pixman, pango, cairo and libpng to runner

This commit is contained in:
Marie
2025-02-07 23:23:16 +00:00
parent bfe1cde5ec
commit 0a6ecec26c

View File

@@ -38,7 +38,7 @@ ARG UID="991"
ARG GID="991" ARG GID="991"
ENV COREPACK_DEFAULT_TO_LATEST=0 ENV COREPACK_DEFAULT_TO_LATEST=0
RUN apk add ffmpeg tini jemalloc \ RUN apk add ffmpeg tini jemalloc pixman pango cairo libpng \
&& corepack enable \ && corepack enable \
&& addgroup -g "${GID}" sharkey \ && addgroup -g "${GID}" sharkey \
&& adduser -D -u "${UID}" -G sharkey -h /sharkey sharkey \ && adduser -D -u "${UID}" -G sharkey -h /sharkey sharkey \