diff --git a/Dockerfile b/Dockerfile index 1c9d7cf..12cef3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.9-slim-bullseye as builder RUN apt update && apt install -y build-essential bluetooth libbluetooth-dev WORKDIR /app RUN pip3 install setuptools==v58.0.0 && \ - pip3 wheel --no-cache-dir --no-deps --wheel-dir /app/wheel/ pybluez + pip3 wheel --no-cache-dir --no-deps --wheel-dir /app/wheel/ pybluez2 ### Final FROM python:3.9-slim-bullseye