mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
added mps-youtube dockerfile
This commit is contained in:
8
mpsyt/Dockerfile
Normal file
8
mpsyt/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
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"]
|
||||
11
mpsyt/README
Normal file
11
mpsyt/README
Normal file
@@ -0,0 +1,11 @@
|
||||
mps-youtube
|
||||
--------
|
||||
|
||||
Docker container for running [mpsyt](https://github.com/np1/mps-youtube) inside
|
||||
a docker container.
|
||||
|
||||
Run with
|
||||
|
||||
```
|
||||
docker run -v /dev/snd:/dev/snd -it --rm rothgar/mpsyt
|
||||
```
|
||||
Reference in New Issue
Block a user