FROM python:3.6-alpine RUN apk add --no-cache git RUN pip install transifex-client CMD ["tx", "--version"]