You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-01 22:52:06 +02:00
Fix linting
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
||||
@@ -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/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user