Skip to content

Commit

Permalink
Use bullseye instead of alpine for Jekyll image to avoid Zscaler ssl …
Browse files Browse the repository at this point in the history
…issues
  • Loading branch information
tcamise-gpsw committed Aug 16, 2023
1 parent 4579dc7 commit e9f53f0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .admin/jekyll/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e9f53f0

Please sign in to comment.