mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
Inital commit.
This commit is contained in:
11
images/linux/scripts/installers/ruby.sh
Normal file
11
images/linux/scripts/installers/ruby.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user