From 5048605ea7fc59aa3e2c5bb5ebd92266887e5d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Fri, 2 Feb 2024 03:15:00 +0100 Subject: [PATCH] Move LABEL step to final container --- Dockerfile.vscode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.vscode b/Dockerfile.vscode index 027a358..1d33665 100644 --- a/Dockerfile.vscode +++ b/Dockerfile.vscode @@ -1,5 +1,4 @@ FROM fedora:latest as base -LABEL com.github.containers.toolbox="true" # Install base packages COPY base-packages.txt / @@ -13,6 +12,8 @@ FROM scratch as squashed COPY --from=base / / FROM squashed +LABEL com.github.containers.toolbox="true" + # Install vscode repo RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc RUN echo -e "\