Skip to content

Commit ed299d3

Browse files
committed
Fix gevent version in build
1 parent 0f24e91 commit ed299d3

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y \
2020
python3 \
2121
python3-dev \
2222
python3-pip
23-
RUN pip3 install -U setuptools
2423
RUN pip3 install -r requirements.txt
2524

2625
# Map the volumes

Dockerfile-raspberrypi3

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ RUN apt-get update && apt-get install -y \
2020
python3 \
2121
python3-dev \
2222
python3-pip
23-
RUN pip3 install -U setuptools
2423
RUN pip3 install -r requirements.txt
2524

2625
# Map the volumes

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
msgflo>=0.4.1
2+
gevent=1.2.2

0 commit comments

Comments
 (0)