We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbae975 commit 74ee2f9Copy full SHA for 74ee2f9
docker/alpine/Dockerfile.build
@@ -4,7 +4,7 @@ FROM node:18-alpine3.17 AS builder
4
RUN apk add --no-cache --repository https://alpine.global.ssl.fastly.net/alpine/v3.17/community/ \
5
python3 build-base sqlite-dev sqlite-libs imagemagick-dev libraw-dev vips-dev vips-heif vips-magick fftw-dev gcc g++ make libc6-compat && ln -snf /usr/bin/python3 /usr/bin/python && \
6
rm /var/cache/apk/*
7
- COPY pigallery2-release /app
+COPY pigallery2-release /app
8
WORKDIR /app
9
RUN npm install --unsafe-perm --fetch-timeout=90000
10
RUN mkdir -p /app/data/config && \
0 commit comments