Browse Source

dockerfiles: add tzdata (#4499)

pull/4500/head
fatedier 1 month ago committed by GitHub
parent
commit
62352c7ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      dockerfiles/Dockerfile-for-frpc
  2. 2
      dockerfiles/Dockerfile-for-frps

2
dockerfiles/Dockerfile-for-frpc

@ -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"]

2
dockerfiles/Dockerfile-for-frps

@ -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…
Cancel
Save