From 5ba3e7307bcfeab27e175883ed519ca24570f75a Mon Sep 17 00:00:00 2001 From: Matthew McClaskey Date: Tue, 21 Nov 2023 15:56:09 +0000 Subject: [PATCH] test without layer squash --- dockerfile-kasm-core | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile-kasm-core b/dockerfile-kasm-core index bd090eb..945ded8 100644 --- a/dockerfile-kasm-core +++ b/dockerfile-kasm-core @@ -172,8 +172,8 @@ COPY ./src/ubuntu/install/cleanup $INST_SCRIPTS/cleanup/ RUN bash $INST_SCRIPTS/cleanup/cleanup.sh && rm -rf $INST_SCRIPTS/cleanup/ #### Runtime Stage #### -FROM scratch -COPY --from=base_layer / / +#FROM scratch +#COPY --from=base_layer / / ### Labels LABEL "org.opencontainers.image.authors"='Kasm Tech "info@kasmweb.com"'