Add image optimization and utility tools to Brewfile (#35940)

When I was running the dev localy on mac I was getting errors that these
were missing.

I followed this:

https://meta.discourse.org/t/install-discourse-on-macos-for-development/15772?tl=en
This commit is contained in:
Anthony Veaudry
2025-12-16 16:35:19 +11:00
committed by GitHub
parent 5ec959c72c
commit d435a1813b
+6
View File
@@ -10,3 +10,9 @@ brew 'postgresql'
# install the Redis datastore
brew 'redis'
brew "pngquant"
brew "oxipng"
brew "jhead"
brew "jpegoptim"
brew "coreutils"