chore: Remove vips from Dockerfile (#7633)
This commit is contained in:
parent
2365761ba5
commit
1cd6ba3c1d
1 changed files with 2 additions and 5 deletions
|
@ -18,9 +18,7 @@ RUN apk add --no-cache \
|
|||
nasm \
|
||||
pkgconfig \
|
||||
python3 \
|
||||
zlib-dev \
|
||||
vips-dev \
|
||||
vips
|
||||
zlib-dev
|
||||
|
||||
COPY package.json yarn.lock .yarnrc ./
|
||||
RUN yarn install
|
||||
|
@ -31,8 +29,7 @@ FROM base AS runner
|
|||
|
||||
RUN apk add --no-cache \
|
||||
ffmpeg \
|
||||
tini \
|
||||
vips
|
||||
tini
|
||||
|
||||
ENTRYPOINT ["/sbin/tini", "--"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue