Skip to content

Commit 8676f8c

Browse files
authored
Merge pull request #112 from JackQuincy/ruby
feat(roots/Dockerfile): adding ruby
2 parents 2d6d349 + 3a63db8 commit 8676f8c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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/

rootfs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)