We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
agetty alpine-baselayout alpine-baselayout-data alpine-keys apk-tools at-spi2-core avahi-libs bash bc blkid brotli-libs busybox busybox-binsh ca-certificates ca-certificates-bundle cairo cairo-gobject cfdisk cups-libs curl curl-zsh-completion dbus-libs diffutils eudev-libs findmnt findutils flock fontconfig freetype fribidi fstrim gdbm gdk-pixbuf git git-perl git-zsh-completion glib gmp gnupg gnupg-dirmngr gnupg-gpgconf gnupg-keyboxd gnupg-utils gnupg-wks-client gnutls gpg gpg-agent gpg-wks-server gpgsm gpgv graphite2 gtk+3.0 gtk-update-icon-cache harfbuzz hexdump hicolor-icon-theme hwdata-pci icu-data-en icu-libs ip6tables iptables less libassuan libatk-1.0 libatk-bridge-2.0 libblkid libbsd libbz2 libc-utils libcap-ng libcap2 libcrypto3 libcurl libdrm libeconf libedit libelf libepoxy libevent libexpat libfdisk libffi libgcc libgcrypt libgpg-error libidn2 libintl libjpeg-turbo libksba libldap libmd libmnl libmount libncursesw libnftnl libpanelw libpciaccess libpng libproc2 libsasl libsmartcols libssl3 libstdc++ libtasn1 libunistring libutempter libuuid libwebp libx11 libxau libxcb libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes libxft libxi libxinerama libxkbcommon libxml2 libxrandr libxrender libxshmfence libxtst linux-pam llvm15-libs logger losetup lsblk lsof mcookie mesa mesa-dri-gallium mesa-glapi mesa-vulkan-ati mesa-vulkan-intel mesa-vulkan-layers mesa-vulkan-swrast mount mpdecimal musl musl-fts musl-utils ncurses ncurses-terminfo-base nettle nghttp2-libs npth openssh-client-common openssh-client-default openssh-keygen openssh-server openssh-server-common p11-kit pango partx pcre2 perl perl-error perl-git pinentry pixman pkgconf procps-ng py3-packaging py3-packaging-pyc py3-parsing py3-parsing-pyc py3-pip py3-pip-pyc py3-pip-zsh-completion py3-setuptools py3-setuptools-pyc pyc python3 python3-pyc python3-pycache-pyc0 readline runuser scanelf screen setarch setpriv sfdisk shadow shared-mime-info skalibs sqlite-libs ssl_client stow sudo tailscale tiff tmux tmux-zsh-completion umount util-linux util-linux-misc utmps-libs uuidgen vte3 vulkan-loader wayland-libs-client wayland-libs-cursor wayland-libs-egl wget wipefs xkeyboard-config xz-libs zlib zsh zstd-libs
The text was updated successfully, but these errors were encountered:
if ! apk add "${shell_pkg}"; then shell_pkg="bash" fi apk add \ "${shell_pkg}" \ bc \ curl \ diffutils \ findutils \ gnupg \ less \ lsof \ ncurses \ pinentry \ procps \ shadow \ sudo \ util-linux \ wget \ vte3 # These are graphics drivers for 3d applications # shellcheck disable=SC2046 apk add \ $(apk search -q mesa-dri) \ $(apk search -q mesa-vulkan) \ vulkan-loader
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: