we good! note its working check da ip

This commit is contained in:
2025-12-04 22:44:01 -05:00
parent 97edaa5d51
commit 77f2f1bf5b
6 changed files with 115 additions and 18 deletions
+4
View File
@@ -4,6 +4,10 @@ FROM python:3.11-slim
RUN apt-get update && apt-get install -y \
curl \
build-essential \
bluez \
bluetooth \
libbluetooth-dev \
libdbus-1-dev \
&& rm -rf /var/lib/apt/lists/*
# Install Node.js