mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
fixed README link and added mpv for new youtube videos
This commit is contained in:
parent
2f928bc0c8
commit
3b7e8ffe13
|
@ -2,7 +2,7 @@ FROM python:latest
|
|||
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
mplayer \
|
||||
mplayer mpv \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
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.
|
||||
|
||||
Run with
|
||||
|
|
Loading…
Reference in New Issue
Block a user