diff --git a/doc/release-notes-5775.md b/doc/release-notes-5775.md new file mode 100644 index 00000000000000..cb5c0949bba1c2 --- /dev/null +++ b/doc/release-notes-5775.md @@ -0,0 +1,7 @@ +Docker Build System +------------------- + +Modified the Dockerfile to exclude the `dash-qt` graphical wallet interface from the set of binaries copied to +`/usr/local/bin` during the Docker image build process. This change streamlines the Docker image, making it more +suitable for server environments and headless applications, where the graphical user interface of `dash-qt` is not +required. The update enhances the Docker image's efficiency by reducing its size and minimizing unnecessary components.