From e483db04ee505d826f8c96a0e6aa9e58941fadcb Mon Sep 17 00:00:00 2001 From: maura fortino Date: Wed, 17 Jan 2024 14:35:17 -0500 Subject: [PATCH] removed upx from docker file --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 37f7a82f..69208d9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,9 +15,8 @@ RUN apk add --no-cache --no-progress \ git \ openssh \ gcc \ - libc-dev \ - upx - + libc-dev + # Download spruce here to eliminate the need for curl in the final image RUN mkdir -p /go/bin && \ arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \