You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# * Add curl to report docker hub rate and for notification.
# * Add tzdata to log timezone correctly.
# * Add coreutils for command `timeout`.
# The timeout command from coreutils and busybox exhibit different behaviors. Notably, busybox timeout may not reliably report the timeout status of a `docker service update` in some cases, leading to potential inaccuracies.
RUN apk add --update --no-cache curl tzdata coreutils docker-cli docker-cli-buildx