mirror of
https://git.adityakumar.xyz/vo-docker.git
synced 2024-11-10 00:59:44 +00:00
5 lines
166 B
Docker
5 lines
166 B
Docker
FROM debian:latest
|
|
RUN apt-get update && apt-get install -y wget libgl-dev alsa-utils dbus* pulseaudio sox
|
|
RUN dbus-uuidgen --ensure
|
|
WORKDIR /root/.vendetta
|
|
RUN bash
|