Skip to content

Commit

Permalink
just pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed Feb 14, 2024
1 parent 006b94b commit 8976ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ WORKDIR /app

COPY ./requirements.txt ./requirements.txt

RUN python3-pip install -r requirements.txt \
RUN pip3 install -r requirements.txt \
&& rm ./requirements.txt

RUN ln -s /usr/bin/python3 /usr/bin/python
Expand Down

0 comments on commit 8976ea6

Please sign in to comment.