diff --git a/Dockerfile b/Dockerfile index 3f61440c..8c6d1b8c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,9 +30,6 @@ WORKDIR /temp/dist # Alpine (musl) causes errors with Bun :( FROM oven/bun:1.1.2-slim -# Install libvips -RUN apt-get update && apt-get install -y libvips - # Create app directory RUN mkdir -p /app COPY --from=build /temp/dist /app/dist