chore(container): drop explanatory comment

This commit is contained in:
Ahmed Allam
2026-08-10 09:54:49 +03:00
committed by Ahmed Allam
parent ad727edd66
commit 372e27fa17
-3
View File
@@ -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 \