mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
Remove libvips installation
This commit is contained in:
parent
7439a5f2c7
commit
bf169623c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue