Skip to content

Commit

Permalink
Upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Jun 22, 2024
1 parent 3296dbe commit 38aa751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homedetector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COPY admin/web.py /app/
RUN virtualenv /env
ENV VIRTUAL_ENV /env
ENV PATH /env/bin:$PATH
RUN pip install --upgrade pip
RUN pip install --requirement /tmp/dns.requirements.txt
RUN pip install --requirement /tmp/oc.requirements.txt
RUN pip install --requirement /tmp/admin.requirements.txt
Expand Down

0 comments on commit 38aa751

Please sign in to comment.