diff options
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | src/VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ FROM php:8.5.1-cli -RUN apt update && apt install -y \ +RUN apt-get update && apt-get install -y \ pandoc \ texlive \ texlive-latex-extra \ diff --git a/src/VERSION b/src/VERSION index edf2032..d6eeb02 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -2025.12.31-0858 +2025.12.31-1057 |
