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