1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-10-30 23:57:43 +02:00

Fix linting

This commit is contained in:
Patrik J. Braun
2025-10-21 20:21:21 +02:00
parent 3bdde62449
commit 5a0914d03d
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ ENV SHARP_FORCE_GLOBAL_LIBVIPS=1
# also see: https://github.com/bpatrik/pigallery2/issues/965
# Install build and vips dependencies
RUN apt-get update && apt-get install -y curl python3 git build-essential pkg-config \
RUN apt-get update && apt-get install -y --no-install-recommends curl python3 git build-essential pkg-config \
libvips-dev && \
rm -rf /var/lib/apt/lists/*

View File

@@ -9,7 +9,7 @@ ENV SHARP_FORCE_GLOBAL_LIBVIPS=1
# also see: https://github.com/bpatrik/pigallery2/issues/965
# Install build and vips dependencies
RUN apt-get update && apt-get install -y curl python3 git build-essential pkg-config \
RUN apt-get update && apt-get install -y --no-install-recommends curl python3 git build-essential pkg-config \
libvips-dev && \
rm -rf /var/lib/apt/lists/*