# docker-ruby **Repository Path**: andals/docker-ruby ## Basic Information - **Project Name**: docker-ruby - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-ruby [git](https://gitee.com/andals/docker-ruby) # Init ``` git clone git@gitee.com:andals/docker-ruby.git ruby cd ruby prjHome=`pwd` rubyVer=2.5.0 ``` # Build pkg ``` docker run -i -t -v $prjHome/:/build --name=build-ruby-${rubyVer} andals/centos:7 /bin/bash /build/script/build_pkg.sh ``` # Build image ``` docker build -t andals/ruby:${rubyVer} ./ ```