dash/doc/release-notes-5775.md
PastaPastaPasta 3855f9775e
chore: do not include dash-qt in the docker images (#5775)
## Issue being fixed or feature implemented
Remove dash-qt from docker images; save ~41MB

## What was done?


## How Has This Been Tested?
Hasn't

## Breaking Changes
I guess in theory someone could've been relying on dash-qt from docker 🤷

## Checklist:
_Go over all the following points, and put an `x` in all the boxes that
apply._
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e
tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository
code-owners and collaborators only)_
2023-12-21 21:59:01 -06:00

500 B

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.