mirror of
https://git.adityakumar.xyz/vo-docker.git
synced 2024-11-09 16:59:43 +00:00
create Dockerfile
This commit is contained in:
parent
68928c81bc
commit
c361fb007d
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
Loading…
Reference in a new issue