mirror of https://github.com/docker/docs.git
dockerimages.md: fix "gem2.0: command not found"
This commit is contained in:
parent
7b70ec32e7
commit
641a2137bd
|
@ -189,7 +189,7 @@ you'd like to update.
|
||||||
|
|
||||||
Inside our running container first let's update Ruby:
|
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.
|
Now let's add the `json` gem.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue