Skip to content

Commit

Permalink
Add some missing runtime libraries to heroku-24
Browse files Browse the repository at this point in the history
- libgirepository-1.0-1 because of libgirepository1.0-dev and libgirepository-1.0-dev
- libidn12 because of libidn-dev
- libmemcachedutil2t64 because of libmemcached-dev
- libwebpdecoder3 because of libwebp-dev
- libwmf-0.2-7 because of libwmf-dev

GUS-W-16381871
  • Loading branch information
dzuelke committed Sep 5, 2024
1 parent d07efb9 commit 6d28afc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions heroku-24/installed-packages-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ libgdbm-compat4t64
libgdbm6t64
libgdk-pixbuf-2.0-0
libgdk-pixbuf2.0-common
libgirepository-1.0-1
libglib2.0-0t64
libgmp10
libgnutls-openssl27t64
Expand Down Expand Up @@ -190,6 +191,7 @@ libmatio11
libmaxminddb0
libmd0
libmemcached11t64
libmemcachedutil2t64
libmnl0
libmount1
libmp3lame0
Expand Down Expand Up @@ -277,8 +279,10 @@ libvorbisenc2
libvorbisfile3
libvpx9
libwebp7
libwebpdecoder3
libwebpdemux2
libwebpmux3
libwmf-0.2-7
libwmflite-0.2-7
libwrap0
libx11-6
Expand Down
4 changes: 4 additions & 0 deletions heroku-24/installed-packages-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ libgdbm-compat4t64
libgdbm6t64
libgdk-pixbuf-2.0-0
libgdk-pixbuf2.0-common
libgirepository-1.0-1
libglib2.0-0t64
libgmp10
libgnutls-openssl27t64
Expand Down Expand Up @@ -190,6 +191,7 @@ libmatio11
libmaxminddb0
libmd0
libmemcached11t64
libmemcachedutil2t64
libmnl0
libmount1
libmp3lame0
Expand Down Expand Up @@ -277,8 +279,10 @@ libvorbisenc2
libvorbisfile3
libvpx9
libwebp7
libwebpdecoder3
libwebpdemux2
libwebpmux3
libwmf-0.2-7
libwmflite-0.2-7
libwrap0
libx11-6
Expand Down
5 changes: 5 additions & 0 deletions heroku-24/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,15 @@ packages=(
libevent-pthreads-2.1-7
libgd3
libgdk-pixbuf-2.0-0
libgirepository-1.0-1 # Because libgirepository1.0-dev and libgirepository-1.0-dev are in the build image
libgnutls-openssl27
libgnutls30 # Used by the Ruby and PHP runtimes.
libharfbuzz-icu0 # Used by FFmpeg in heroku-buildpack-activestorage-preview.
libidn12 # Because libidn-dev is in the build image
liblzf1 # Used by the PHP Redis extension.
libmagickcore-6.q16-7-extra # Used by the PHP Imagick extension (using the `-extra` package for SVG support).
libmemcached11 # Used by the PHP Memcached extension.
libmemcachedutil2t64 # Same -dev headers as libmemcached11
libmp3lame0 # Used by FFmpeg in heroku-buildpack-activestorage-preview.
libmysqlclient21
libncurses6 # Used by the Ruby runtime.
Expand All @@ -94,6 +97,8 @@ packages=(
libvorbisenc2 # Used by FFmpeg in heroku-buildpack-activestorage-preview.
libvorbisfile3 # Used by FFmpeg in heroku-buildpack-activestorage-preview.
libvpx9 # Used by FFmpeg in heroku-buildpack-activestorage-preview.
libwebpdecoder3 # Same -dev headers as the other libwebp* packages that get pulled in already
libwmf-0.2-7 # Because libwmf-dev is in the build image
libx264-164 # Used by FFmpeg in heroku-buildpack-activestorage-preview.
libx265-199 # Used by FFmpeg in heroku-buildpack-activestorage-preview.
libxslt1.1 # Used by the PHP runtime.
Expand Down

0 comments on commit 6d28afc

Please sign in to comment.