Skip to content

Commit fe00757

Browse files
authored
Update xonsh-glibc-binary.Dockerfile
1 parent 935b013 commit fe00757

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xonsh-glibc-binary.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ RUN mkdir -p /result
1919
RUN 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 \

0 commit comments

Comments
 (0)