mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
[docker] Use bundled libvips
This commit is contained in:
parent
a087443b8e
commit
5b85853f8f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ FROM alpine:3.20 as build
|
||||||
WORKDIR /iceshrimp
|
WORKDIR /iceshrimp
|
||||||
|
|
||||||
# Install compilation dependencies
|
# Install compilation dependencies
|
||||||
RUN apk add --no-cache --no-progress git alpine-sdk vips-dev python3 py3-setuptools nodejs-current npm vips
|
RUN apk add --no-cache --no-progress git alpine-sdk python3 py3-setuptools nodejs-current npm
|
||||||
|
|
||||||
# Copy in all files for the build
|
# Copy in all files for the build
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
@ -35,7 +35,7 @@ FROM alpine:3.20
|
||||||
WORKDIR /iceshrimp
|
WORKDIR /iceshrimp
|
||||||
|
|
||||||
# Install runtime dependencies
|
# Install runtime dependencies
|
||||||
RUN apk add --no-cache --no-progress tini ffmpeg vips-dev zip unzip nodejs-current libheif-dev
|
RUN apk add --no-cache --no-progress tini ffmpeg zip unzip nodejs-current libheif-dev
|
||||||
|
|
||||||
# Copy built files
|
# Copy built files
|
||||||
COPY --from=build /iceshrimp /iceshrimp
|
COPY --from=build /iceshrimp /iceshrimp
|
||||||
|
|
Loading…
Reference in a new issue