You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-09-16 09:16:27 +02:00
adding more dep to alpine
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
#-----------------------------------------
|
||||
FROM node:22-alpine3.22 AS builder
|
||||
RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.22/community/ \
|
||||
python3 build-base sqlite-dev sqlite-libs imagemagick-dev libraw-dev vips-dev vips-heif vips-magick fftw-dev gcc g++ make py-setuptools libc6-compat && ln -snf /usr/bin/python3 /usr/bin/python
|
||||
python3 py3-pip build-base sqlite-dev sqlite-libs imagemagick-dev libraw-dev vips-dev vips-heif vips-magick fftw-dev gcc g++ make py-setuptools libc6-compat && \
|
||||
ln -snf /usr/bin/python3 /usr/bin/python
|
||||
|
||||
COPY pigallery2-release /app
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user