From aba24e30bc4e5c1a5e6d21d144e9570aef6da43c Mon Sep 17 00:00:00 2001 From: Brian Davis Date: Sat, 15 Jun 2024 08:27:14 -0400 Subject: [PATCH] fix: remove golang binary until ready - remove golang binary until the go version is ready --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07c6981..a71d63d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,3 @@ RUN apt-get update && apt-get -y -q upgrade && DEBIAN_FRONTEND=noninteractive ap COPY . /root WORKDIR /root - -COPY dist/linux_linux_arm64/checksec /bin/checksec-go