You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ Steps to build Ruby 2.3.1 image
14
14
* Run `cd ubuntu/ruby/2.3.1` to change the directory in your local workspace. This is the location of the Ruby 2.3.1 Dockerfile with Ubuntu 14.04 base.
15
15
* Run `docker build -t aws/codebuild/ruby:2.3.1 .` to build Docker image locally
16
16
17
+
Alternatively, you may use GNU make to build the above image:
18
+
19
+
* Run `make ruby/2.3.1`. This will build the Docker image locally, as above, from a computer with GNU make.
20
+
17
21
To poke around in the image interactively, build it and run:
18
22
`docker run -it --entrypoint sh aws/codebuild/ruby:2.3.1 -c bash`
0 commit comments