We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2effced commit 6c5cc04Copy full SHA for 6c5cc04
xonsh-glibc-binary.Dockerfile
@@ -20,13 +20,13 @@ RUN eval "$(/root/.local/bin/micromamba shell hook -s bash)" \
20
&& micromamba activate base \
21
&& micromamba install -c conda-forge libpython-static==$PYTHON_VER gcc ccache \
22
&& pip install xonsh[full] \
23
- && pip uninstall -y xonsh \
+ && xonsh -c '2+2' \
24
&& pip install git+https://github.com/Nuitka/Nuitka@factory \
25
&& nuitka --standalone --onefile --static-libpython=yes \
26
--onefile-tempdir-spec='%TEMP%/onefile_%PID%_%TIME%' \
27
--show-progress --show-scons --show-modules \
28
--assume-yes-for-downloads --jobs=2 \
29
- xonsh/xonsh
+ /root/micromamba/lib/python3.11/site-packages/xonsh
30
31
# --python-flag=nosite,-O,-v
32
0 commit comments