Skip to content

Commit

Permalink
Use apk add with --no-cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxki committed Sep 24, 2023
1 parent 0d1d212 commit 3666bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.20.7-alpine3.18

RUN apk add gcompat
RUN apk add --no-cache gcompat

ARG ARCH="amd64_v1"
ARG OS="linux"
Expand Down

0 comments on commit 3666bdf

Please sign in to comment.