mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-23 16:28:19 +01:00
4 lines
92 B
Docker
4 lines
92 B
Docker
FROM alpine
|
|
RUN apk --no-cache add py-pip && pip install transifex-client
|
|
ENTRYPOINT ["tx"]
|