dockerfiles/mpsyt/Dockerfile
Michael 7eea00edf3 Replaced deprecated MAINTAINER with LABEL (#242)
Signed-off-by: Michael Käufl <dockerfiles@c.michael-kaeufl.de>
2017-03-09 10:14:37 -08:00

11 lines
179 B
Docker

FROM python:3-alpine
LABEL maintainer "Justin Garrison <justinleegarrison@gmail.com>"
RUN apk add --no-cache \
mplayer \
mpv
RUN pip install mps-youtube
ENTRYPOINT ["mpsyt"]