diff --git a/.admin/jekyll/Dockerfile b/.admin/jekyll/Dockerfile index 75bc21ba..1ce0dd76 100644 --- a/.admin/jekyll/Dockerfile +++ b/.admin/jekyll/Dockerfile @@ -1,16 +1,8 @@ # Dockerfile/Open GoPro, Version 2.0 (C) Copyright 2021 GoPro, Inc. (http://gopro.com/OpenGoPro). # This copyright was auto-generated on Wed, Sep 1, 2021 5:06:11 PM -FROM ruby:3.2.1-alpine3.17 +FROM ruby:3.2.2-bullseye -RUN apk add --no-cache \ - build-base \ - bash \ - openjdk11 \ - git \ - wget - -# Install bundler RUN gem install bundler # Install ruby gems.