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

Commit

Permalink
Merge pull request #5 from linuxserver/pip
Browse files Browse the repository at this point in the history
fix pip install
  • Loading branch information
aptalca authored Mar 28, 2022
2 parents dec13b8 + 2865aa2 commit 4c4f8b6
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 4c4f8b6

Please sign in to comment.