mirror of https://github.com/docker/docs.git
use custom Dockerfile for Dev Environments image
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
parent
6e59fc387b
commit
5a75516454
|
@ -0,0 +1,3 @@
|
|||
FROM docker/dev-environments-ruby:stable-1
|
||||
RUN gem install bundler jekyll
|
||||
CMD ["bundle", "install"]
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"image": "jekyll/jekyll"
|
||||
"dockerfile": "Dockerfile.devenv"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue