We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f876d commit 530dacdCopy full SHA for 530dacd
Dockerfile
@@ -4,7 +4,7 @@
4
FROM node:22-trixie-slim
5
6
# Install global deps
7
-RUN apt-get update && apt-get install -y sudo ca-certificates curl git build-essential procps file && rm -rf /var/lib/apt/lists/*
+RUN apt-get update && apt-get install -y sudo ca-certificates curl git build-essential procps file chromium && rm -rf /var/lib/apt/lists/*
8
9
# Set home directory
10
ENV HOME=/data
server.cjs
@@ -455,6 +455,11 @@ function handleApiSetup(req, res) {
455
456
// Build minimal valid config
457
const config = {
458
+ browser: {
459
+ headless: true,
460
+ noSandbox: true,
461
+ defaultProfile: "openclaw",
462
+ },
463
agents: {
464
defaults: {
465
model: {
0 commit comments