Skip to content
Snippets Groups Projects
Unverified Commit 1cd6ba3c authored by MeiMei's avatar MeiMei Committed by GitHub
Browse files

chore: Remove vips from Dockerfile (#7633)

parent 2365761b
No related branches found
No related tags found
No related merge requests found
......@@ -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", "--"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment