Merge pull request #13056 from glours/fix-dev-env-issues

Use custom Dockerfile for Dev Environments image
This commit is contained in:
Usha Mandya 2021-07-05 15:34:01 +01:00 committed by GitHub
commit 77a86298a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}