From 26fa481908e0411ddfa92f943295b0dd7d71d73d Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Tue, 29 Jul 2025 22:30:13 +0200 Subject: [PATCH] rm layer --- Dockerfile | 1 - Dockerfile.fat | 1 - Dockerfile.ultra-lite | 1 - 3 files changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe427fea9..4ea6316ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8 # Copy necessary files COPY scripts /scripts -COPY pipeline /pipeline COPY app/core/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ COPY app/core/build/libs/*.jar app.jar diff --git a/Dockerfile.fat b/Dockerfile.fat index 87cb5121c..fd5964baf 100644 --- a/Dockerfile.fat +++ b/Dockerfile.fat @@ -26,7 +26,6 @@ FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8 # Copy necessary files COPY scripts /scripts -COPY pipeline /pipeline COPY app/core/src/main/resources/static/fonts/*.ttf /usr/share/fonts/opentype/noto/ # first /app directory is for the build stage, second is for the final image COPY --from=build /app/app/core/build/libs/*.jar app.jar diff --git a/Dockerfile.ultra-lite b/Dockerfile.ultra-lite index 85a9ab0ca..a9fdd5079 100644 --- a/Dockerfile.ultra-lite +++ b/Dockerfile.ultra-lite @@ -21,7 +21,6 @@ ENV DISABLE_ADDITIONAL_FEATURES=true \ COPY scripts/download-security-jar.sh /scripts/download-security-jar.sh COPY scripts/init-without-ocr.sh /scripts/init-without-ocr.sh COPY scripts/installFonts.sh /scripts/installFonts.sh -COPY pipeline /pipeline COPY app/core/build/libs/*.jar app.jar # Set up necessary directories and permissions