Commit Graph

19 Commits

Author SHA1 Message Date
Pratik raj b113da5d19 chore: Use --no-cache-dir flag to pip in Dockerfiles, to save space
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages
by pip don't cached on system . This is a best practise which make sure
to fetch ftom repo instead of using local cached one . Further , in case
of Docker Containers , by restricing caching , we can reduce image size.
In term of stats , it depends upon the number of python packages
multiplied by their respective size . e.g for heavy packages with a lot
of dependencies it reduce a lot by don't caching pip packages.

Further , more detail information can be found at

https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6

Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
2021-07-02 01:02:49 +05:30
kev 82143a5b63 swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
kev 202392cdc6 switch to new domain: easypi.info 2016-05-01 09:06:20 +08:00
kev ea47a4be6a fix jq 2015-04-22 16:52:29 +08:00
kev 9b175b6a4d update proxyhub 2015-04-22 15:54:40 +08:00
kev 53ce92553a update 2015-04-18 16:05:22 +08:00
kev fc0db175de add sstest 2015-03-23 00:23:12 +08:00
kev b767b35f0d expose 53 2015-03-20 22:40:36 +08:00
kev b89d149ed5 update doc 2015-03-20 01:03:25 +08:00
kev e7b2886d33 fix polipo 2015-03-20 00:30:30 +08:00
kev 962416932e rename services.conf to services.ini 2015-03-19 23:44:23 +08:00
kev 7aac6f5ab7 add polipo.conf 2015-03-19 23:43:22 +08:00
kev 90cd7e3a80 add polipo 2015-03-19 23:37:55 +08:00
kev e6e4c250eb fix bin path 2015-03-19 16:07:45 +08:00
kev 7587631c3f update doc 2015-03-19 15:58:20 +08:00
kev 6ee1756bf9 fix missing python 2015-03-19 15:36:29 +08:00
kev 230ff90356 fix pip 2015-03-19 15:30:38 +08:00
kev 17233b0e4d fix curl 2015-03-19 15:29:06 +08:00
kev 03ccdd845b add proxyhub 2015-03-19 15:21:37 +08:00