mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 05:20:23 +00:00
Docker: trim runtime image payload (#40307)
* Docker: shrink runtime image payload * Docker: add runtime pnpm opt-in * Docker: collapse helper entrypoint chmod layers * Docker: restore bundled pnpm runtime * Update CHANGELOG.md
This commit is contained in:
@@ -163,7 +163,7 @@ describe("docker-setup.sh", () => {
|
||||
sandbox = null;
|
||||
});
|
||||
|
||||
it("handles env defaults, home-volume mounts, and apt build args", async () => {
|
||||
it("handles env defaults, home-volume mounts, and Docker build args", async () => {
|
||||
const activeSandbox = requireSandbox(sandbox);
|
||||
|
||||
const result = runDockerSetup(activeSandbox, {
|
||||
|
||||
Reference in New Issue
Block a user