Remove libvips installation

This commit is contained in:
Jesse Wierzbinski 2024-04-09 03:06:18 -10:00
parent 7439a5f2c7
commit bf169623c9
No known key found for this signature in database

View file

@ -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