mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
add pixman, pango, cairo and libpng to runner
This commit is contained in:
@@ -38,7 +38,7 @@ ARG UID="991"
|
||||
ARG GID="991"
|
||||
ENV COREPACK_DEFAULT_TO_LATEST=0
|
||||
|
||||
RUN apk add ffmpeg tini jemalloc \
|
||||
RUN apk add ffmpeg tini jemalloc pixman pango cairo libpng \
|
||||
&& corepack enable \
|
||||
&& addgroup -g "${GID}" sharkey \
|
||||
&& adduser -D -u "${UID}" -G sharkey -h /sharkey sharkey \
|
||||
|
||||
Reference in New Issue
Block a user