Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -133,7 +133,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|
| 133 |
SYSTEM=spaces \
|
| 134 |
SHELL=/bin/bash \
|
| 135 |
DISPLAY=127.0.0.1:99 \
|
| 136 |
-
XDG_RUNTIME_DIR
|
| 137 |
|
| 138 |
# Install FoxDot Quark (needs to be done as the user)
|
| 139 |
# We run Xvfb momentarily just in case sclang needs a display (usually doesn't for CLI, but safe)
|
|
|
|
| 133 |
SYSTEM=spaces \
|
| 134 |
SHELL=/bin/bash \
|
| 135 |
DISPLAY=127.0.0.1:99 \
|
| 136 |
+
XDG_RUNTIME_DIR=/data
|
| 137 |
|
| 138 |
# Install FoxDot Quark (needs to be done as the user)
|
| 139 |
# We run Xvfb momentarily just in case sclang needs a display (usually doesn't for CLI, but safe)
|