dockerfiles/mpsyt/Dockerfile

11 lines
179 B
Docker
Raw Normal View History

FROM python:3-alpine
LABEL maintainer "Justin Garrison <justinleegarrison@gmail.com>"
2015-02-25 14:26:11 -08:00
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"]