File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM python:3.10-alpine
22VOLUME /result
33
44ENV XONSH_VER=0.17.0
5- ENV XONSH_BIN=xonsh-$XONSH_VER-py3.10-glibc .bin
5+ ENV XONSH_BIN=xonsh-$XONSH_VER-py3.10-musl .bin
66
77RUN apk update && apk add --update musl-dev gcc make cmake python3-dev py3-pip chrpath git vim mc wget openssh-client libuuid build-base patchelf
88RUN pip3 install -U pip prompt_toolkit pygments setproctitle
@@ -48,6 +48,6 @@ RUN find ./xonsh -type f -name "*.py" -print0 | xargs -0 sed -i 's/import sqlite
4848ENV LDFLAGS "-static -l:libpython3.10.a"
4949RUN nuitka --onefile --standalone --python-flag=no_site --python-flag=no_warnings --follow-imports xonsh/xonsh
5050# --show-progress
51- RUN ls -la xonsh.dist/ *
51+ RUN ls -la *
5252
5353CMD cp xonsh.bin /result/$XONSH_BIN
You can’t perform that action at this time.
0 commit comments