Skip to content

Commit

Permalink
Update xonsh-musl-binary.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jul 15, 2023
1 parent 1909887 commit 40ff52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xonsh-musl-binary.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ RUN find ./xonsh -type f -name "*.py" -print0 | xargs -0 sed -i 's/import sqlite

ENV LDFLAGS "-static -l:libpython3.9.a"
RUN nuitka3 --python-flag=no_site --python-flag=no_warnings --standalone --follow-imports xonsh/xonsh # --show-progress
RUN ls -la xonsh.dist/xonsh
RUN ls -la xonsh.dist/xonsh.bin

CMD cp xonsh.dist/xonsh.bin /result/xonsh-musl-binary

0 comments on commit 40ff52e

Please sign in to comment.