use custom Dockerfile for Dev Environments image

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2021-06-22 14:57:21 +02:00
parent 6e59fc387b
commit 5a75516454
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,3 @@
FROM docker/dev-environments-ruby:stable-1
RUN gem install bundler jekyll
CMD ["bundle", "install"]

View File

@ -1,3 +1,3 @@
{
"image": "jekyll/jekyll"
"dockerfile": "Dockerfile.devenv"
}