FROM alpine:latest
RUN apk --no-cache add \
ca-certificates \
python \
py-pip \
&& pip install cli53
ENTRYPOINT [ "cli53" ]