fixed README link and added mpv for new youtube videos

This commit is contained in:
Justin Garrison 2015-12-08 10:55:38 -08:00
parent 2f928bc0c8
commit 3b7e8ffe13
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM python:latest
MAINTAINER Justin Garrison <justinleegarrison@gmail.com> MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
mplayer \ mplayer mpv \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

@ -1,7 +1,7 @@
mps-youtube mps-youtube
-------- --------
Docker container for running [mpsyt](https://github.com/np1/mps-youtube) inside Docker container for running (mpsyt)[https://github.com/np1/mps-youtube] inside
a docker container. a docker container.
Run with Run with