Merge pull request #323 from dusek/fix-gem2.0-not-found

dockerimages.md: fix "gem2.0: command not found"
This commit is contained in:
John Mulhausen 2016-10-24 18:35:27 -07:00 committed by GitHub
commit 74c1b60806
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ you'd like to update.
Inside our running container first let's update Ruby:
root@0b2616b0e5a8:/# apt-get install -y ruby2.0-dev
root@0b2616b0e5a8:/# apt-get install -y ruby2.0-dev ruby2.0
Now let's add the `json` gem.