Dmitrii Tkachenko
Dmitrii Tkachenko
There is an alternative solution: use distribution with pre-bundled JavaFX: https://github.com/MaxiHuHe04/iTunes-Backup-Explorer/issues/10#issuecomment-2026935752
You need to have JavaFX, so either you add this module or use a distribution with pre-bundled JavaFX. I've solved the issue by installing this distribution: https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jdk-fx#zulu
I solved it by using ``` RUN rm -rf /app/node_modules ``` ### Update .dockerignore ``` node_modules ```