Docker pull fails on Synology NAS with "invalid tar header"
Hi, Up until Magic Mirror v2.33.0 I've successfully been using this docker image to run the server-only version of MM on my Synology NAS DS713+. However, now when I tried getting the latest release, v2.34.0, by running ``` docker pull karsten13/magicmirror:v2.34.0 ``` i'm now getting: ``` failed to register layer: Error processing tar file(exit status 1): archive/tar: invalid tar header ``` I also tried with `latest` and `alpine` tags but no difference. If I try with the `2.33.0` tag then it works. Not sure why this happens or what's going on. Thanks in advance and let me know if there's any way I can help troubleshooting!
issue