mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 20:25:17 +03:00
11 lines
266 B
Bash
Executable file
11 lines
266 B
Bash
Executable file
#!/bin/sh
|
|
cat <<EOF
|
|
*
|
|
* Building ruby or installing gems with extentions requires more packages
|
|
*
|
|
* Please install: ruby-build-runtime
|
|
* or the following list:
|
|
* autoconf coreutils libffi-dev linux-headers gdbm-dev openssl-dev
|
|
* readline-dev yaml-dev zlib-dev
|
|
*
|
|
EOF
|