From 34e4384c7c922c44c4cf64c3880813ef152d4424 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Wed, 31 Dec 2025 10:57:29 -0500 Subject: refactor: `apt-get` instead of `apt` non-interactive session, i forgot about that fact 🤪 --- Dockerfile | 2 +- src/VERSION | 2 +- 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 -- cgit v1.2.3