Skip to content

How to run xonsh AppImage on Alpine? #4158

Answered by anki-code
anki-code asked this question in Q&A
Discussion options

You must be logged in to vote

It could be run after installing alpine-pkg-glibc. Docker example (origin):

docker run -it --rm --cap-add SYS_ADMIN --device /dev/fuse \
    --security-opt apparmor:unconfined --cap-add MKNOD alpine /bin/sh

# Download xonsh.AppImage
wget https://github.com/xonsh/xonsh/releases/download/0.17.0/xonsh-x86_64.AppImage
chmod +x xonsh-x86_64.AppImage

# Install alpine-pkg-glibc (from alpine-pkg-glibc README)
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.33-r0/glibc-2.33-r0.apk
apk add glibc-2.33-r0.apk

# Locales (from alpine-pkg-glibc README)
wget https://github.com/sgerrand/alpine

Replies: 1 comment 1 reply

Comment options

anki-code
Mar 10, 2021
Maintainer Author

You must be logged in to vote
1 reply
@anki-code
Comment options

anki-code Mar 22, 2021
Maintainer Author

Answer selected by anki-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant