Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -131,6 +131,6 @@ ENV PYTHONUNBUFFERED=1 \
|
|
| 131 |
# Install FoxDot Quark (needs to be done as the user)
|
| 132 |
# We run Xvfb momentarily just in case sclang needs a display (usually doesn't for CLI, but safe)
|
| 133 |
# 'xvfb-run' is a handy wrapper if we had it, but we can just run sclang directly for CLI text.
|
| 134 |
-
RUN sclang setup.sc
|
| 135 |
|
| 136 |
CMD ["./start.sh"]
|
|
|
|
| 131 |
# Install FoxDot Quark (needs to be done as the user)
|
| 132 |
# We run Xvfb momentarily just in case sclang needs a display (usually doesn't for CLI, but safe)
|
| 133 |
# 'xvfb-run' is a handy wrapper if we had it, but we can just run sclang directly for CLI text.
|
| 134 |
+
# RUN sclang setup.sc
|
| 135 |
|
| 136 |
CMD ["./start.sh"]
|