Skip to content

Commit

Permalink
Install wheel in TM container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 3, 2023
1 parent 24a1f64 commit 495582c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/tasking-manager-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ RUN apk update && \
proj-dev

RUN pip install --upgrade pip
RUN pip install wheel
RUN pip install -r requirements.txt
RUN pip install apscheduler==3.7.0

Expand Down

0 comments on commit 495582c

Please sign in to comment.