mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
use custom Dockerfile for Dev Environments image
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
3
.docker/Dockerfile.devenv
Normal file
3
.docker/Dockerfile.devenv
Normal file
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user