mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-10 00:38:04 +08:00
6 lines
82 B
Text
6 lines
82 B
Text
|
FROM python:3.6-alpine
|
||
|
|
||
|
RUN pip install transifex-client
|
||
|
|
||
|
CMD ["tx", "--version"]
|