aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042025-12-31 10:57:29 -0500
committerkj_sh6042025-12-31 10:57:29 -0500
commit34e4384c7c922c44c4cf64c3880813ef152d4424 (patch)
tree6a24c7ce84b7c4bdc348d48c0f99a1709d0c9414
parent828cc2a258ce4af0bdcdebfd412031ed1d79a617 (diff)
refactor: `apt-get` instead of `apt`
non-interactive session, i forgot about that fact 🤪
-rw-r--r--Dockerfile2
-rw-r--r--src/VERSION2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 5c17122..b7c472b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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