FROM alpine:latest

RUN apk add tuptime --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing/
ENTRYPOINT [ "tuptime" ]
