mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
add missing netcat for health check
This commit is contained in:
@@ -3,6 +3,7 @@ FROM python:3.11-slim
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
wget \
|
||||
netcat-traditional \
|
||||
gnupg \
|
||||
curl \
|
||||
unzip \
|
||||
|
||||
Reference in New Issue
Block a user