mirror of
https://github.com/usestrix/strix.git
synced 2026-08-16 09:26:39 +02:00
chore(container): drop explanatory comment
This commit is contained in:
@@ -118,9 +118,6 @@ ENV AGENT_BROWSER_USER_AGENT="Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36
|
||||
ENV AGENT_BROWSER_ARGS="--disable-blink-features=AutomationControlled,--no-first-run,--no-default-browser-check,--lang=en-US"
|
||||
ENV AGENT_BROWSER_SCREENSHOT_DIR=/workspace/.agent-browser-screenshots
|
||||
ENV AGENT_BROWSER_IDLE_TIMEOUT_MS=180000
|
||||
# Sandbox runtimes that build their own rootfs from this image (E2B and friends)
|
||||
# boot their own init and drop the image's ENV, so also ship the values as a
|
||||
# login-shell profile — agent commands run through `bash -lc`.
|
||||
RUN set -eu; \
|
||||
{ \
|
||||
for var in AGENT_BROWSER_EXECUTABLE_PATH AGENT_BROWSER_USER_AGENT \
|
||||
|
||||
Reference in New Issue
Block a user