From 753f23b269daead9dffbd84366d11014e929388d Mon Sep 17 00:00:00 2001 From: pasta Date: Tue, 19 Dec 2023 00:07:31 -0600 Subject: [PATCH] docs: add release notes --- doc/release-notes-5775.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/release-notes-5775.md 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.