docker-archivebox
docker-archivebox copied to clipboard
Added dependencies for history export script
Jq and sqlite3 were missing in the image preventing the history export command from running for chrome.
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)
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.