FROM python:3-alpine LABEL maintainer "Justin Garrison " RUN apk add --no-cache \ mplayer \ mpv RUN pip install mps-youtube ENTRYPOINT ["mpsyt"]