FROM alpine:latest

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