summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 77c05749..957bb7e1 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -51,5 +51,3 @@ ENV XDG_CONFIG_DIRS /install/share/config
51ENV XDG_DATA_DIRS /install/share/:/usr/share 51ENV XDG_DATA_DIRS /install/share/:/usr/share
52RUN mkdir /tmp/runtime-developer 52RUN mkdir /tmp/runtime-developer
53ENV XDG_RUNTIME_DIR /tmp/runtime-developer 53ENV XDG_RUNTIME_DIR /tmp/runtime-developer
54
55ENTRYPOINT ["/bin/bash"]