Skip to content

Commit 6c5cc04

Browse files
authored
Update xonsh-glibc-binary.Dockerfile
1 parent 2effced commit 6c5cc04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xonsh-glibc-binary.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ RUN eval "$(/root/.local/bin/micromamba shell hook -s bash)" \
2020
&& micromamba activate base \
2121
&& micromamba install -c conda-forge libpython-static==$PYTHON_VER gcc ccache \
2222
&& pip install xonsh[full] \
23-
&& pip uninstall -y xonsh \
23+
&& xonsh -c '2+2' \
2424
&& pip install git+https://github.com/Nuitka/Nuitka@factory \
2525
&& nuitka --standalone --onefile --static-libpython=yes \
2626
--onefile-tempdir-spec='%TEMP%/onefile_%PID%_%TIME%' \
2727
--show-progress --show-scons --show-modules \
2828
--assume-yes-for-downloads --jobs=2 \
29-
xonsh/xonsh
29+
/root/micromamba/lib/python3.11/site-packages/xonsh
3030

3131
# --python-flag=nosite,-O,-v
3232

0 commit comments

Comments
 (0)