Init
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update && apt-get install -y revelation x11-xserver-utils
|
||||
|
||||
ENV DISPLAY=":0"
|
||||
|
||||
#RUN xhost +local:
|
||||
|
||||
ENTRYPOINT [ "/usr/bin/dbus-run-session", "/usr/bin/revelation" ]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user