1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-24 00:31:36 +01:00
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"]