mirror of https://github.com/fatedier/frp.git
dockerfiles: add tzdata (#4499)
This commit is contained in:
parent
f7a06cbe61
commit
62352c7ba5
|
@ -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"]
|
||||
|
|
|
@ -7,6 +7,8 @@ RUN make frps
|
|||
|
||||
FROM alpine:3
|
||||
|
||||
RUN apk add --no-cache tzdata
|
||||
|
||||
COPY --from=building /building/bin/frps /usr/bin/frps
|
||||
|
||||
ENTRYPOINT ["/usr/bin/frps"]
|
||||
|
|
Loading…
Reference in New Issue