1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
Commit Graph

15 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
812cf7c406 update 2015-12-24 22:09:35 +08:00
kev
3ff37b7d91 add shadowsocks-arm 2015-09-16 16:08:42 +08:00
kev
c2fbd366d5 update 2015-06-20 02:44:31 +08:00
kev
127de8b03d gen random password 2015-06-20 02:25:40 +08:00
kev
3495cc5ad3 update 2015-06-16 16:25:37 +08:00
kev
67871824e8 switch from debian to alpine 2015-06-16 15:07:59 +08:00
kev
c3af38ff54 fix 2015-06-16 09:11:54 +08:00
kev
6b0167aebd add shadowsocks-libev 2015-06-16 08:42:06 +08:00
kev
eea6ce19b8 update 2015-05-27 16:52:12 +08:00
kev
7310e9091f update shadowsocks 2015-04-20 16:30:18 +08:00
kev
625937a88b update shadowsocks 2015-02-10 01:42:33 +08:00
kev
e9c46aa1fe add shadowsocks 2015-02-09 22:40:25 +08:00