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.licenses=MIT
|
||||
|
||||
RUN apk add --no-cache ca-certificates && \
|
||||
RUN apk add --no-cache ca-certificates tzdata && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
RUN addgroup \
|
||||
|
|
Loading…
Reference in New Issue