dockerimages.md: fix "gem2.0: command not found"

This commit is contained in:
Boris Dušek 2016-10-23 13:30:46 +02:00 committed by GitHub
parent 7b70ec32e7
commit 641a2137bd
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.