Skip to content

Commit

Permalink
dockerfiles: add tzdata (fatedier#4499)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier authored and aircross committed Nov 6, 2024
1 parent 2db2d77 commit 0c4420d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile-for-frpc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile-for-frps
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 0c4420d

Please sign in to comment.