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}