Skip to content

Commit

Permalink
set setuptools to fixed version setuptools==v58.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TomHutter committed Aug 19, 2022
1 parent 683ca1d commit cb4d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,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==v57.5.0 && \
RUN pip3 install setuptools==v58.0.0 && \
pip3 wheel --no-cache-dir --no-deps --wheel-dir /app/wheel/ pybluez

### Final
Expand Down

0 comments on commit cb4d3a1

Please sign in to comment.