Add cache mount for apk downloads

This commit is contained in:
9seconds
2026-03-12 22:46:19 +01:00
parent 287a794772
commit 4dca1d2b07
+3 -2
View File
@@ -5,8 +5,9 @@ FROM golang:1.26-alpine AS build
ENV CGO_ENABLED=0
RUN set -x \
&& apk --no-cache --update add \
RUN --mount=type=cache,target=/var/cache/apk \
set -x \
&& apk --update add \
bash \
ca-certificates \
git