Skip to content

Commit

Permalink
Call pip as a Python module
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 15, 2024
1 parent e2cc378 commit 02b14f6
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 @@ -8,7 +8,7 @@ RUN apt-get clean

ADD dev-requirements.txt /dev-requirements.txt
ADD requirements.txt /requirements.txt
RUN pip3 install --no-cache-dir -r /dev-requirements.txt
RUN python3 -m pip install --no-cache-dir -r /dev-requirements.txt

ADD . /src
WORKDIR /src
Expand Down

0 comments on commit 02b14f6

Please sign in to comment.