I’d like to get exiftool installed in the nextcloud container but have yet to find the magic combination of google search words to get this done. I’m hoping someone here could point me in the right direction on how to do this?
thanks!
I’d like to get exiftool installed in the nextcloud container but have yet to find the magic combination of google search words to get this done. I’m hoping someone here could point me in the right direction on how to do this?
thanks!
I’d like to achieve the same so that the Memories app can work.
Memories requires Exiftool and/or Perl to be installed. Neither are installed in the LinuxServer container, and I’m not sure how I can add them and persist them through upgrades.
assuming the tool supports muslc - GitHub - linuxserver/docker-mods at universal-package-install will install a thing and persist it.
looks like you should be fine to install those deps - Alpine Linux packages
Thanks @driz this did the trick.
I updated my environment variables with:
- DOCKER_MODS=linuxserver/mods:universal-package-install
- INSTALL_PACKAGES=perl|exiftool
Then in the Memories app instructed it to use the system exiftool.
nice! glad you got it sorted
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.