Skip to content

Commit

Permalink
Install requirements using pip3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasadesus committed Aug 2, 2021
1 parent 456e783 commit e67cfa1
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 @@ -5,7 +5,7 @@ COPY . dislib/

ENV PYTHONPATH=$PYTHONPATH:/dislib

RUN python -m pip install -r /dislib/requirements.txt
RUN pip3 install -r /dislib/requirements.txt

# Expose SSH port and run SSHD
EXPOSE 22
Expand Down

0 comments on commit e67cfa1

Please sign in to comment.