add biber
All checks were successful
/ Build Container (push) Successful in 1h8m23s

This commit is contained in:
2025-12-08 23:31:31 +05:30
parent 59bc0a5453
commit 9b0371332a

View File

@@ -1,7 +1,7 @@
FROM alpine:3.22
# Update and install latex packages
RUN apk update && apk add entr texlive-full
RUN apk update && apk add entr texlive-full biber
# Creating container structure
ENV mainFile=""