File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN npm install
1717
1818# Install msgflo-python
1919RUN apt-get update && apt-get install -y \
20- python \
21- python -dev \
22- python -pip
23- RUN pip install -r requirements.txt
20+ python3 \
21+ python3 -dev \
22+ python3 -pip
23+ RUN pip3 install -r requirements.txt
2424
2525# Map the volumes
2626VOLUME /var/app/graphs /var/app/components
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN npm install
1717
1818# Install msgflo-python
1919RUN apt-get update && apt-get install -y \
20- python \
21- python -dev \
22- python -pip
23- RUN pip install -r requirements.txt
20+ python3 \
21+ python3 -dev \
22+ python3 -pip
23+ RUN pip3 install -r requirements.txt
2424
2525# Map the volumes
2626VOLUME /var/app/graphs /var/app/components
Original file line number Diff line number Diff line change 1- msgflo >= 0.1.1
1+ msgflo >= 0.2.2
You can’t perform that action at this time.
0 commit comments