mirror of
https://git.adityakumar.xyz/vo-docker.git
synced 2024-11-09 08:49:45 +00:00
5 lines
201 B
Docker
5 lines
201 B
Docker
FROM debian:latest
|
|
RUN apt-get update && apt-get --no-install-recommends install -y wget libgl-dev alsa-utils dbus* pulseaudio sox libgtk-3-0
|
|
RUN dbus-uuidgen --ensure
|
|
WORKDIR /root/.vendetta
|
|
RUN bash
|