Skip to content

Commit 1b57a1b

Browse files
committed
Run agent-browser install as coder user
The agent-browser install (which downloads Chromium) was only run as root. Adding a second install after USER coder ensures Chromium is available in the coder user's home directory at runtime. https://claude.ai/code/session_01MukmmJhsNvpwRmVAqAQvd8
1 parent 6f1901c commit 1b57a1b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

fx/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ RUN apt update && apt dist-upgrade -y && \
6868
WORKDIR /home/coder
6969

7070
USER coder
71+
72+
RUN agent-browser install

0 commit comments

Comments
 (0)