File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,14 +19,15 @@ RUN mkdir -p /result
1919RUN eval "$(/root/.local/bin/micromamba shell hook -s bash)" \
2020 && micromamba activate base \
2121 && micromamba install -y -c conda-forge libpython-static==$PYTHON_VER gcc ccache \
22+ && pip install -U pip setuptools wheel certifi \
2223 && pip install xonsh[full] ujson pygments prompt_toolkit pyperclip \
2324 && xonsh -c '2+2' \
2425 && pip install git+https://github.com/Nuitka/Nuitka@factory \
2526 && nuitka --standalone --onefile --static-libpython=yes --no-deployment-flag=self-execution \
2627 --onefile-tempdir-spec='%TEMP%/onefile_%PID%_%TIME%' \
2728 --show-progress --show-scons --show-modules \
2829 --assume-yes-for-downloads --jobs=2 \
29- --include-package=pip \
30+ --include-package=pip --include-package=setuptools --include-package=wheel --include-package=certifi \
3031 --include-module=ujson \
3132 --include-package=pygments \
3233 --include-package=prompt_toolkit \
You can’t perform that action at this time.
0 commit comments