-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian Dockerfile refactoring and improvements #347
Conversation
Update: I have a Raspberry PI 4 8GB running Raspberry Pi OS (32-bit), I'm going to try build/test the image there too. |
Thanks, but have to keep the original order, because I believe that this change breaks the cache layer of node-sqlite3 if you put
|
Thanks for your info, I always thought PI 4 is using arm64 |
Just commited changes, to fix the caching issue with node-sqlite3. |
I just tried building for ARM64 and it fails. The reason being that when the There's a merge request to fix this here: TryGhost/node-sqlite3#1362 I will work tomorrow on creating a multi-stage build to separate the MapBox into a separate stage. Do not merge this yet. :-) |
apprise is failed too in my side. I believe those python package is needed. Sorry about that, but I don't want the docker image to become unstable, and spend time to test it again. I only accept the change of the first line Please rebase or re-create an pull request for that. |
@louislam Let me know if it looks good now. |
Nice, build successfully and smaller size. |
Testing:
Screenshot: