Clementine-audio-player-Mac.../dist/translations/transifex/Dockerfile

4 lines
92 B
Docker
Raw Normal View History

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