From b211256d6aad5cfcc046fe7b16c87435482bb1c7 Mon Sep 17 00:00:00 2001 From: naskya Date: Tue, 28 Nov 2023 09:04:59 +0900 Subject: [PATCH] docker: --no-install-recommends in final stage --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c64f1b05b..96643e08e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . ./