Files
dockerfiles/mpsyt/Dockerfile

11 lines
171 B
Docker
Raw Normal View History

FROM python:3-alpine
2015-02-25 14:26:11 -08:00
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
RUN apk add --no-cache \
mplayer \
mpv
2015-03-09 19:58:41 -07:00
2015-02-25 14:26:11 -08:00
RUN pip install mps-youtube
ENTRYPOINT ["mpsyt"]