mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
added mps-youtube dockerfile
This commit is contained in:
parent
7497c01c4e
commit
ae097b02c2
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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user