From e964410503b7e2db7fb4f5641e75696e6843623e Mon Sep 17 00:00:00 2001 From: Simon Mittag Date: Tue, 5 Dec 2023 22:32:51 +1100 Subject: [PATCH] removed apk update --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f012d2a..8455b5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ # This is multiarch including linux/amd64 and linux/arm64/v8, see: docker buildx imagetools inspect golang:1.21.4-alpine FROM alpine -RUN apk update && apk upgrade && apk add --no-cache bash git WORKDIR . COPY j8a /j8a