mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
add rust image
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
FROM python:latest
|
||||
MAINTAINER Justin Garrison <justinleegarrison@gmail.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y mplayer
|
||||
RUN apt-get update && apt-get install -y \
|
||||
mplayer \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install mps-youtube
|
||||
RUN apt-get clean && apt-get purge
|
||||
|
||||
ENTRYPOINT ["mpsyt"]
|
||||
|
||||
Reference in New Issue
Block a user