From 3b8eb1f42dbfad196944d8e351fa48331e2f83f9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 22 Jun 2025 18:55:57 +1200 Subject: [PATCH] Modify getpkg/Dockerfile.dropshell-build --- getpkg/Dockerfile.dropshell-build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/getpkg/Dockerfile.dropshell-build b/getpkg/Dockerfile.dropshell-build index 0c44468..a849af7 100644 --- a/getpkg/Dockerfile.dropshell-build +++ b/getpkg/Dockerfile.dropshell-build @@ -76,8 +76,7 @@ FROM scratch AS project ARG PROJECT # Copy CA certificates for SSL validation -COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ -COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/ +#COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/ # Copy the actual binary from the regular directory COPY --from=builder /output/${PROJECT} /${PROJECT}