shoom013 commited on
Commit
cc0535d
·
verified ·
1 Parent(s): 6b4347f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 = /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)
 
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)