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

30 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
Tevin
a14b830b8b
Add beautifulsoup4 as a dependency
So using filters like `beautify` won't result in the following error:

```
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/urlwatch/handler.py", line 120, in process
    data = FilterBase.process(filter_kind, subfilter, self, data)
  File "/usr/lib/python3.8/site-packages/urlwatch/filters.py", line 180, in process
    return filtercls(state.job, state).filter(data, subfilter)
  File "/usr/lib/python3.8/site-packages/urlwatch/filters.py", line 276, in filter
    raise ImportError('Please install BeautifulSoup')
ImportError: Please install BeautifulSoup
```
2021-04-08 22:53:02 +08:00
kev
f5664d7f40 fix urlwatch 2021-04-06 16:08:14 +08:00
kev
d6ad823c09 urlwatch: pushbullet support (FIX #148) 2021-04-06 15:23:21 +08:00
kev
059af0a064 update urlwatch 2021-01-22 18:05:46 +08:00
Rob Mills
95b11c3bbd Document how to override cron schedule 2021-01-19 19:51:16 -05:00
Rob Mills
ef2cb5d495 Replace deprecated MAINTAINER directive 2021-01-19 15:59:37 -05:00
kev
db3d3567dc update 2021-01-11 18:48:15 +08:00
Marc Urben
4be6e1439f
Fixing missing dependency for pushover
Python dependency chump is required for pushover to work.
2019-09-29 11:46:06 +02:00
kev
9ddf89139a update urlwatch 2019-05-09 17:18:05 +08:00
kev
0eec95749f fix footer 2019-05-06 08:13:03 +08:00
kev
416cab7c42 update urlwatch 2019-05-06 08:04:36 +08:00
kev
cc2f7f4854 update urlwatch 2019-05-02 20:22:32 +08:00
kev
01bc6ecd52 update urlwatch 2019-05-02 19:52:10 +08:00
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
3399f128c7 use relative local path for volumes 2015-09-02 11:52:53 +08:00
kev
ff2d0edde7 fix missing package
add `pip install cssselect`
2015-08-14 12:36:49 +08:00
kev
26b0f7fdd8 xpath/css support
use `xpath`/`css` instead of `exp` in `urls.yml`
2015-08-14 12:20:51 +08:00
kev
06d53a4bcc update regex to match version 2015-07-15 12:04:05 +08:00
kev
0475a43047 update 2015-07-08 11:34:43 +08:00
kev
6d95c7e419 fix 2015-07-07 19:16:15 +08:00
kev
723eb6bdcc update 2015-07-07 17:44:22 +08:00
kev
5c5c2967a3 update 2015-07-07 17:08:38 +08:00
kev
90a9b80d2b update 2015-07-07 17:06:08 +08:00
kev
855e4e4bfe update 2015-07-07 16:05:55 +08:00
kev
6cb3fc88a3 update 2015-07-07 16:04:30 +08:00
kev
3e458a2b8e update 2015-07-07 15:54:23 +08:00
kev
ccc6925a94 update 2015-07-07 15:53:49 +08:00
kev
e3a195db3b add urlwatch 2015-07-07 15:44:11 +08:00