Files
runner-images/images/linux/scripts/installers/ruby.sh
Shady Ibraheem f396818e23 Inital commit.
2019-11-15 15:38:01 -05:00

12 lines
399 B
Bash

#!/bin/bash
################################################################################
## File: ruby.sh
## Desc: Installs Ruby requirements
################################################################################
# Source the helpers for use with the script
source $HELPER_SCRIPTS/document.sh
# Install Ruby requirements
apt-get install -y libz-dev openssl libssl-dev