Skip to content

Commit

Permalink
Fix windows wine python pip
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Sep 11, 2024
1 parent 19a725e commit 7f853d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ COPY --from=flipperzero-toolchain-windows-gdb /toolchain/windows-output-root /to
COPY --from=flipperzero-toolchain-windows-gcc /toolchain/windows-output-root /toolchain/windows-output-root
COPY --from=flipperzero-toolchain-windows-tools /toolchain/windows-output-root /toolchain/windows-output-root
ADD requirements.txt /toolchain/
RUN wine /toolchain/windows-output-root/python/python.exe -m pip install --upgrade pip
RUN wine /toolchain/windows-output-root/python/python.exe -m pip install -r /toolchain/requirements.txt
RUN wine /toolchain/windows-output-root/python/python.exe -m pip --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org install --upgrade pip
RUN wine /toolchain/windows-output-root/python/python.exe -m pip --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org install -r /toolchain/requirements.txt
ADD scripts/strip.sh /usr/bin/
ADD scripts/bundle_upload.sh /usr/bin/
RUN strip.sh
Expand Down

0 comments on commit 7f853d5

Please sign in to comment.