File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ creating [issues][] and submitting [pull requests][].
2828* [ az] [ ] : Azure cloud command-line tool
2929* [ Docker] [ ] : Docker binaries to be able to bind mount /var/run/docker.sock in the dev environment container
3030* [ vim] [ ] : text editor
31+ * [ ruby] [ ] : ruby scripting language
3132
3233## Usage
3334
@@ -78,4 +79,5 @@ The latest deis/go-dev Docker image is available at:
7879[ test-cover.sh ] : https://github.com/deis/docker-go-dev/tree/master/rootfs/usr/local/bin/test-cover.sh
7980[ upx ] : http://upx.sourceforge.net/
8081[ Docker ] : http://www.docker.com
81- [ vim ] : http://www.vim.org/
82+ [ vim ] : http://www.vim.org/
83+ [ ruby ] : https://www.ruby-lang.org/
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
3131 openssh-client \
3232 rsync \
3333 vim \
34+ ruby \
3435 --no-install-recommends \
3536 && rm -rf /var/lib/apt/lists/* \
3637 && curl -L https://storage.googleapis.com/golang/go$GO_VERSION.linux-amd64.tar.gz | tar -C /usr/local -xz \
You can’t perform that action at this time.
0 commit comments