boredazfcuk / docker-icloudpd

An Alpine Linux container for the iCloud Photos Downloader command line utility
1.58k stars 149 forks source link

Add jpeg package to app_deps to fix #474 #479

Closed timrettop closed 6 months ago

timrettop commented 6 months ago

Fixes #474 by adding required jpeg package to allow imagemagick to convert heic files to jpeg.

Confirmed the latest pull (v711) on main that the issue still existed and can be fixed by adding the jpeg package via apk add jpeg. This PR addresses that need.

timrettop commented 6 months ago

Sorry about the noise on this PR :)