From bd3d4b33037c497d297b7a159334143d3929d95a Mon Sep 17 00:00:00 2001 From: cherednik Date: Mon, 22 Sep 2025 19:59:19 +0400 Subject: [PATCH] master: shutdown install license --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b05b695..5c4c443 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN apt update && apt install -y okular-csp-utils RUN mkdir -p /root/.config COPY license.key /license.key -RUN echo Y | pdfcpro install-license /license.key +# RUN echo Y | pdfcpro install-license /license.key COPY Inter-Bold.ttf /usr/local/share/fonts/Inter-Bold.ttf RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer