mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
3855f9775e
## 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)_
500 B
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.