mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
build: improve system compatibility and performance (#274)
- Add `tzdata` package to the Dockerfile Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
5401378058
commit
2e8030ff52
@ -12,7 +12,7 @@ LABEL org.opencontainers.image.source=https://github.com/appleboy/drone-ssh
|
|||||||
LABEL org.opencontainers.image.description="Execute commands on a remote host through SSH"
|
LABEL org.opencontainers.image.description="Execute commands on a remote host through SSH"
|
||||||
LABEL org.opencontainers.image.licenses=MIT
|
LABEL org.opencontainers.image.licenses=MIT
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates && \
|
RUN apk add --no-cache ca-certificates tzdata && \
|
||||||
rm -rf /var/cache/apk/*
|
rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
RUN addgroup \
|
RUN addgroup \
|
||||||
|
Loading…
Reference in New Issue
Block a user