Skip to content

Commit

Permalink
Added setuptools as a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork authored Dec 15, 2021
1 parent 274ee3d commit e8ad3a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ RUN pip3 install -U pip
RUN mkdir /app/
WORKDIR /app/
COPY . /app/
RUN pip3 install -U setuptools
RUN pip3 install -U -r requirements.txt
CMD bash start.sh

0 comments on commit e8ad3a0

Please sign in to comment.