docker-archivebox icon indicating copy to clipboard operation
docker-archivebox copied to clipboard

Added dependencies for history export script

Open dstengle opened this issue 2 years ago • 2 comments

Jq and sqlite3 were missing in the image preventing the history export command from running for chrome.

dstengle avatar Dec 05 '23 17:12 dstengle

what's the reasoning for adding this to the container? history export is usually something done on a user's system directly (outside of docker)

pirate avatar Feb 19 '24 11:02 pirate

The tools were included in the container so I just tried using them with volume mounts to simplify the amount of software I needed to deal with.

dstengle avatar Feb 21 '24 21:02 dstengle