Skip to content

Commit 87a5ebe

Browse files
authored
Update xonsh-musl-binary.Dockerfile
1 parent 94c7072 commit 87a5ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xonsh-musl-binary.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.10-alpine
22
VOLUME /result
33

44
ENV 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

77
RUN 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
88
RUN 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
4848
ENV LDFLAGS "-static -l:libpython3.10.a"
4949
RUN 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

5353
CMD cp xonsh.bin /result/$XONSH_BIN

0 commit comments

Comments
 (0)