We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74c87be + 7d9f81a commit 284f0b7Copy full SHA for 284f0b7
Dockerfile
@@ -3,6 +3,7 @@ FROM python:3.11-slim
3
# Install system dependencies
4
RUN apt-get update && apt-get install -y \
5
wget \
6
+ netcat-traditional \
7
gnupg \
8
curl \
9
unzip \
docker-compose.yml
@@ -1,5 +1,6 @@
1
services:
2
browser-use-webui:
+ platform: linux/amd64
build:
context: .
dockerfile: Dockerfile
0 commit comments