Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Mar 28, 2022
1 parent dec13b8 commit 2865aa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN \
cd /app/kanzi && \
echo ${KANZI_RELEASE} > version.txt && \
touch /app/kanzi/deployed-kanzi.txt && \
sed -i 's|git+git|git+https|g' requirements.txt && \
pip install --no-cache-dir pip==9.0.3 && \
pip install -r \
requirements.txt \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN \
cd /app/kanzi && \
echo ${KANZI_RELEASE} > version.txt && \
touch /app/kanzi/deployed-kanzi.txt && \
sed -i 's|git+git|git+https|g' requirements.txt && \
pip install --no-cache-dir pip==9.0.3 && \
pip install -r \
requirements.txt \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ RUN \
cd /app/kanzi && \
echo ${KANZI_RELEASE} > version.txt && \
touch /app/kanzi/deployed-kanzi.txt && \
sed -i 's|git+git|git+https|g' requirements.txt && \
pip install --no-cache-dir pip==9.0.3 && \
pip install -r \
requirements.txt \
Expand Down

0 comments on commit 2865aa2

Please sign in to comment.