mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
dockerfiles: add tzdata (#4499)
This commit is contained in:
@@ -7,6 +7,8 @@ RUN make frpc
|
||||
|
||||
FROM alpine:3
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
COPY --from=building /building/bin/frpc /usr/bin/frpc
|
||||
|
||||
ENTRYPOINT ["/usr/bin/frpc"]
|
||||
|
||||
Reference in New Issue
Block a user