Skip to content

Commit

Permalink
try-fix: alpine apk upgrade say apk-tools-2.14.3-r0: BAD signature
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Apr 1, 2024
1 parent 4715650 commit 3bb690e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3bb690e

Please sign in to comment.