mirror of
https://example.com
synced 2024-11-22 17:06:38 +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
|
WORKDIR /firefish
|
||||||
|
|
||||||
# Install runtime dependencies
|
# 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 . ./
|
COPY . ./
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue