Singlefile not working in docker-compose on arm64 (M1 Macs, RPi 4, etc.)
See original GitHub issueHave archivebox running local on my mac which works fine with a local installed single-file. Want to user docker-compose run archivebox add … with single-file docker-compose run archivebox works but not single-file
> singlefile
Extractor failed:
SingleFile was not able to archive the page
Got single-file response code: 0.
I added in Archivebox.conf
[DEPENDENCY_CONFIG]
SINGLEFILE_BINARY = /opt/homebrew/lib/node_modules/single-file/cli/single-file
Maybe this is more a docker question?
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
Docker (Apple Silicon/M1 Preview) MySQL "no matching ...
In particular, the mysql image is not available for ARM64. You can work around this issue by using a mariadb image. (source here)....
Read more >adminer - Official Image - Docker Hub
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to...
Read more >Docker and Docker Compose on Raspberry Pi OS
How to install Docker on RPi 2, 3 and 4 with the new Raspberry Pi OS, for 32 and 64-bit.
Read more >homebrew-core - Homebrew Formulae
a2ps 4.14 Any‑to‑PostScript filter
aacgain 1.8 AAC‑supporting version of mp3gain
aalib 1.4rc5 Portable ASCII art graphics library
aamath 0.3 Renders mathematical expressions as ASCII art
Read more >Installing ONLYOFFICE Docs Docker version for arm64
when using services launched outside the container such as PostgreSQL, Redis, RabbitMQ. Running ONLYOFFICE Docs using HTTPS. sudo docker run -i - ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works for me now 👍 thanks for the fix!
I believe I fixed it in the latest commits on dev https://github.com/ArchiveBox/ArchiveBox/commit/57df65f28fe72677d21e29ce6c9e9d7bcd0ba918 / in the latest Docker release: https://hub.docker.com/layers/archivebox/archivebox/archivebox/0.6.3
I also bumped chromium, yt-dlp, youtube-dl, ripgrep, git, single-file, and a few other dependencies to their latest versions ^.
Give it a shot and let me know if it works on your machines. If you still have issues comment back here and I’ll reopen the ticket.