Skip to content

Commit 65f45a3

Browse files
author
click
committed
Fix wrong version of py click being used
1 parent 03dac04 commit 65f45a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ RUN apt-get clean \
1616

1717
RUN pip install -U pip
1818
RUN --mount=type=tmpfs,target=/root/.cargo pip install python-miio
19+
RUN pip install "click==8.1.7"
1920

2021
RUN apt-get remove -y build-essential rustc libssl-dev libffi-dev python3-dev cargo pkg-config \
2122
&& apt-get autoremove -y \

0 commit comments

Comments
 (0)