1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-02-01 11:56:45 +01:00

4 lines
92 B
Docker
Raw Normal View History

2018-09-17 14:36:12 +01:00
FROM alpine
RUN apk --no-cache add py-pip && pip install transifex-client
ENTRYPOINT ["tx"]