Move to alpine:edge docker image

This commit is contained in:
Essem 2022-08-11 00:42:39 -05:00
parent 4265e3e914
commit a84f332786
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# Docker/Kubernetes file for running the bot
FROM node:alpine
#FROM node:alpine
FROM alpine:edge
RUN apk --no-cache upgrade
RUN apk add --no-cache git cmake msttcorefonts-installer python3 alpine-sdk ffmpeg wget rpm2cpio \
zlib-dev libpng-dev libjpeg-turbo-dev freetype-dev fontconfig-dev \
libtool libwebp-dev libxml2-dev freetype fontconfig \
vips vips-dev grep libc6-compat
vips vips-dev grep libc6-compat nodejs-current nodejs-current-dev npm
# install pnpm
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \