Update Dockerfile
This commit is contained in:
parent
c1d3d1f826
commit
062f69da2b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user