mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
266 B
Bash
Executable File
12 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
|