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:
parent
cefb6847ac
commit
b211256d6a
1 changed files with 1 additions and 1 deletions
|
@ -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 . ./
|
||||
|
||||
|
|
Loading…
Reference in a new issue