Skip to content

Commit

Permalink
Upgrade markdown fot TM
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 3, 2023
1 parent 0da5fbe commit 80ee7b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/tasking-manager-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ RUN apt update && apt install -y \
rm -rf /var/lib/apt/lists/*

RUN pip install --upgrade pip
# RUN pip install wheel
# RUN pip install Cython==3.0.2
RUN pip install -r requirements.txt
RUN pip install apscheduler==3.7.0
RUN pip install --upgrade markdown

## INITIALIZATION
EXPOSE 5000
Expand Down

0 comments on commit 80ee7b3

Please sign in to comment.