From e9f53f0dd15aa7163371da7f0e49cce5a39fe5e6 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Wed, 16 Aug 2023 12:49:01 -0700 Subject: [PATCH] Use bullseye instead of alpine for Jekyll image to avoid Zscaler ssl issues --- .admin/jekyll/Dockerfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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.