Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for Modern 7.2 #58

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Updates for Modern 7.2 #58

wants to merge 9 commits into from

Conversation

wkirby
Copy link
Contributor

@wkirby wkirby commented Oct 10, 2024

No description provided.

@wkirby wkirby requested a review from egreer October 10, 2024 20:57
Dockerfile Outdated Show resolved Hide resolved
Dockerfile Outdated
WORKDIR $APP_HOME

# Update Gems first...only re-do this when bundler version changes.
# If we need to force a gem update we'll have to `--no-cache` or add a file we can copy in
RUN gem update --system && gem install bundler:2.3.25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should upgrade bundler to latest version

Dockerfile Outdated
postgresql13-dev \
vips-dev \
&& rm ./apk-updated-date.txt \
&& npm install -g [email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop font libraries, pandoc, chrome,

Do we need to upgrade postgresql13 or still latest library?

Dockerfile Outdated
RUN bundle install && rm ./Gemfile ./Gemfile.lock

COPY ./server/deploy/minimagick/policy.xml /etc/ImageMagick-6/
COPY ./server $APP_HOME/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change these all from ./server

Dockerfile Outdated

# copy all font files to the font install directory, so chromium can use these fonts directly
# this way we don't have to embed fonts in the HTML
RUN find lib/assets/fonts -name '*.ttf' -exec ln '{}' /usr/share/fonts/ \;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop this

group :development, :test do
gem 'bullet'
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Byebug dropped for debug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants