Merge pull request #90 from rothgar/master

fixed README link and added mpv for new youtube videos
This commit is contained in:
Jess Frazelle 2015-12-11 09:27:32 +10:00
commit 62dc0174dd
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