Skip to content

Commit

Permalink
fix: markupsafe error for NUT 3.3
Browse files Browse the repository at this point in the history
Resolves #8
  • Loading branch information
shawly committed Nov 15, 2022
1 parent 7141cd4 commit df9fc3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ RUN \
echo "Removing pyqt5 from requirements.txt since we have no gui..." && \
sed -i '/pyqt5/d' requirements.txt && \
sed -i '/qt-range-slider/d' requirements.txt && \
echo "Fixing markupsafe issue..." && \
echo "markupsafe==2.0.1" >> requirements.txt && \
echo "Upgrading pip..." && \
pip3 install --upgrade pip && \
echo "Setup venv..." && \
Expand Down

0 comments on commit df9fc3e

Please sign in to comment.