diff --git a/docker/Dockerfile b/docker/Dockerfile index ea129ce..73d1bc8 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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 \