Update Dockerfile

This commit is contained in:
q f 2024-01-24 12:25:03 +00:00
parent c1d3d1f826
commit 062f69da2b

View File

@ -1,8 +1,8 @@
FROM golang:1-alpine as builder
RUN apk --no-cache --no-progress add git ca-certificates tzdata make \
&& update-ca-certificates \
&& rm -rf /var/cache/apk/*
# RUN apk --no-cache --no-progress add git ca-certificates tzdata make \
# && update-ca-certificates \
# && rm -rf /var/cache/apk/*
WORKDIR /go/whoami