From 3bb690eaf2fd12b8ade669e1bd6cdccbb0572773 Mon Sep 17 00:00:00 2001 From: Ke Chen Date: Mon, 1 Apr 2024 20:38:25 +0800 Subject: [PATCH] try-fix: alpine apk upgrade say apk-tools-2.14.3-r0: BAD signature --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a8a3e58..1c3dfd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,7 @@ RUN go build -ldflags "-s -w" -o auth FROM alpine # Installs latest Chromium package. -RUN apk upgrade --no-cache --available \ - && apk add --no-cache \ +RUN apk add --no-cache \ chromium-swiftshader \ ttf-freefont \ font-noto-emoji \