1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-03-12 16:28:04 +01:00

9 lines
211 B
Docker
Raw Normal View History

2015-02-25 14:26:11 -08:00
FROM python:latest
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
RUN apt-get update && apt-get install -y mplayer
RUN pip install mps-youtube
RUN apt-get clean && apt-get purge
ENTRYPOINT ["mpsyt"]