FROM alpine
RUN apk --no-cache add py-pip && pip install transifex-client
ENTRYPOINT ["tx"]