Docker compose libs update

This commit is contained in:
2026-04-05 01:32:17 -04:00
parent 128a73d5e1
commit cbcd0fbc7b
5 changed files with 71 additions and 65 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN npm run build
# Build Backend
FROM rust:alpine AS backend-builder
WORKDIR /app
RUN apk add --no-cache musl-dev sqlite-dev openssl-dev pkgconfig git
RUN apk add --no-cache musl-dev sqlite-dev openssl-dev openssl-libs-static pkgconfig git
RUN git clone -b v0.14.2 --single-branch https://github.com/typst/typst.git typst
COPY server/Cargo.* server/
COPY server/src server/src