From 14f0279726ff382159b86287f199b460c360f71c Mon Sep 17 00:00:00 2001 From: templer13 <54108820+templer13@users.noreply.github.com> Date: Thu, 30 Mar 2023 10:13:51 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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