This commit is contained in:
2022-04-14 17:46:46 +03:00
commit f208f79433

12
Dockerfile Normal file
View 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" ]