mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +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"]
|