mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-03 05:22:26 +08:00
5 lines
82 B
Docker
5 lines
82 B
Docker
FROM python:3.6-alpine
|
|
|
|
RUN pip install transifex-client
|
|
|
|
CMD ["tx", "--version"]
|