Browse Source

random removed, in standard lib

master
TiynGER 7 months ago
parent
commit
9f02fece25
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Dockerfile

+ 1
- 1
src/Dockerfile

@ -6,7 +6,7 @@ RUN apt-get update
RUN apt-get install python3 python3-pip -y RUN apt-get install python3 python3-pip -y
RUN pip3 install flask flask-wtf flask-mail markdown pygments random
RUN pip3 install flask flask-wtf flask-mail markdown pygments
WORKDIR /flask WORKDIR /flask

Loading…
Cancel
Save