1
0
Fork 1
mirror of https://example.com synced 2024-11-22 06:26:39 +09:00

docker: --no-install-recommends in final stage

This commit is contained in:
naskya 2023-11-28 09:04:59 +09:00
parent cefb6847ac
commit b211256d6a
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -59,7 +59,7 @@ FROM node:21-slim
WORKDIR /firefish
# Install runtime dependencies
RUN apt-get update && apt-get install -y libvips-dev zip unzip tini ffmpeg
RUN apt-get update && apt-get install -y --no-install-recommends libvips-dev zip unzip tini ffmpeg
COPY . ./