update dependencies

This commit is contained in:
jomo
2024-02-01 22:25:43 +01:00
parent bba004acc7
commit c155c8d098
4 changed files with 1210 additions and 618 deletions

View File

@@ -1,6 +1,6 @@
FROM node:12-alpine AS builder
RUN apk --no-cache add git python build-base redis cairo-dev pango-dev jpeg-dev giflib-dev
RUN apk --no-cache add git python3 build-base redis cairo-dev pango-dev jpeg-dev giflib-dev
RUN adduser -D app
USER app