Speed up system dependencies installation in api docker image build by squashing installation steps #13205
Closed
5 tasks done
Labels
💪 enhancement
New feature or request
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Currently in api's dockerfile, Debian system dependencies are separated in several
apt-get install
and repeatedly executingapt-get update
, which slows the build time with no proper contribution. By squashing installation steps in one, it helps to speed up the build time.2. Additional context or comments
No response
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: