mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +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"]
|