File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ FROM devtools AS final
7575RUN mkdir -p /etc/navigator
7676
7777# Set up sandbox user home directory
78- RUN mkdir -p /sandbox/.claude/skills /sandbox/. agents/skills /sandbox/.openclaw /skills && \
78+ RUN mkdir -p /sandbox/.agents/skills && \
7979 printf 'export PS1="\\ u@\\ h:\\ w\\ $ "\n ' > /sandbox/.bashrc && \
8080 printf '[ -f ~/.bashrc ] && . ~/.bashrc\n ' > /sandbox/.profile && \
8181 chown -R sandbox:sandbox /sandbox
Original file line number Diff line number Diff line change @@ -23,9 +23,7 @@ The foundational sandbox image that all other NemoClaw Community sandbox images
2323```
2424/sandbox/ # Home directory (sandbox user)
2525 .bashrc, .profile # Shell init
26- .claude/skills/ # Claude agent skill discovery
27- .agents/skills/ # Generic agent skill discovery
28- .openclaw/skills/ # OpenClaw skill discovery
26+ .agents/skills/ # Agent skill discovery
2927```
3028
3129## Build
You can’t perform that action at this time.
0 commit comments