1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
Commit Graph

32 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
107bc88c5f tor on openwrt 2016-08-16 16:34:25 +08:00
kev
ee877a1878 fix tor 2016-07-09 10:03:17 +08:00
kev
1fe4b64228 update tor 2016-07-08 03:46:06 +08:00
kev
48d0871cb6 update tor 2016-06-05 22:04:32 +08:00
kev
202392cdc6 switch to new domain: easypi.info 2016-05-01 09:06:20 +08:00
kev
7831d63950 update tor 2016-04-02 08:09:13 +08:00
kev
bac7d27fa3 update 2015-10-27 15:40:56 +08:00
kev
65193d6de5 update 2015-10-27 15:18:20 +08:00
kev
8defb6fac5 update 2015-10-27 11:43:44 +08:00
kev
d2d00c6298 update 2015-10-27 11:36:06 +08:00
kev
4ef1109666 update torrc 2015-10-27 11:25:12 +08:00
kev
106f6b5d55 update 2015-10-27 11:10:47 +08:00
kev
b3289729fc fix missing go 2015-10-27 11:07:28 +08:00
kev
05f4b9c491 update 2015-10-27 10:57:37 +08:00
kev
62d3b603b5 add meek to tor 2015-10-27 10:51:45 +08:00
kev
e9f061a465 update 2015-09-28 16:16:22 +08:00
kev
9a40659ce6 fix 2015-09-28 15:41:16 +08:00
kev
6c079cb83a update tor 2015-09-28 15:33:24 +08:00
kev
5000671539 update tor 2015-09-28 13:30:31 +08:00
kev
64458881dd update 2015-06-18 20:41:36 +08:00
kev
0a43ab40c9 update 2015-06-18 20:33:27 +08:00
kev
ae3a060b44 update 2015-06-18 20:30:05 +08:00
kev
9c6378d740 update 2015-06-18 19:54:13 +08:00
kev
1006b81477 update 2015-06-18 19:49:42 +08:00
kev
115fb4050d update 2015-06-18 19:22:11 +08:00
kev
63e29f8e62 update 2015-06-18 18:43:03 +08:00
kev
021369f9ff update 2015-06-18 18:35:48 +08:00
kev
aa7707c632 fix md5sum 2015-06-18 18:23:00 +08:00
kev
126b7a04c7 update 2015-06-18 18:15:30 +08:00
kev
f8c2a44e8c add tor 2015-06-18 18:10:26 +08:00