ADD tz data
This commit is contained in:
parent
895043c55c
commit
c81483a3c4
@ -14,4 +14,8 @@ RUN go build -o bin/tgbuser \
|
||||
FROM alpine AS runner
|
||||
COPY --from=builder /app/bin/tgbuser /usr/bin/
|
||||
WORKDIR /app
|
||||
RUN apk --no-cache add --no-check-certificate ca-certificates \
|
||||
&& update-ca-certificates
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
ENTRYPOINT /usr/bin/tgbuser
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user