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

2388 Commits

Author SHA1 Message Date
Kevin He
c64538437d
Merge pull request #145 from avks/master
Fixed vimagick/dockerfiles#144
2021-07-22 10:51:47 +08:00
kev
bd56ef8a53 patch scrapyd-clent (FIX #72 #183) 2021-07-21 19:02:44 +08:00
kev
909f42d1bf fix elastalert 2021-07-21 18:38:15 +08:00
kev
d2f8acf4a3 update editly 2021-07-21 16:36:51 +08:00
kev
620c865b0e update editly 2021-07-21 13:00:13 +08:00
kev
8b163893bc add editly 2021-07-21 11:59:05 +08:00
kev
0f27d619cc update rehook 2021-07-07 18:07:10 +08:00
kev
c3c08424a5 update n8n 2021-07-07 14:46:12 +08:00
kev
4420f0f243 update strapi 2021-07-02 17:59:13 +08:00
Kevin He
5ea793d636
Merge pull request #182 from Rajpratik71/optimization/pip-no-cache-dir
chore: Use --no-cache-dir flag to pip in Dockerfiles, to save space
2021-07-02 16:19:14 +08:00
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
5b324feaed update tinyproxy 2021-06-16 18:24:29 +08:00
Kevin He
6033a74b54
Merge pull request #177 from jk/patch-1
Update murmur to 1.3.4
2021-06-01 16:52:29 +08:00
Jens Kohl
a0c6bf32e0
Update murmur to 1.3.4 2021-06-01 10:51:01 +02:00
kev
422ad73916 update selenoid 2021-06-01 11:40:12 +08:00
kev
df6940f6ec add doh-server 2021-05-31 15:53:58 +08:00
kev
0fc6423eab fix ggr 2021-05-28 18:37:57 +08:00
kev
73c53c09f7 update selenium 2021-05-28 16:17:52 +08:00
kev
f816cb6185 add rstudio 2021-05-24 15:20:26 +08:00
kev
71b27d4288 upgrade owncast to 0.0.7 2021-05-17 11:12:49 +08:00
kev
a15a9e7ddf fix underscore.js 2021-05-11 10:53:49 +08:00
kev
97ea4e9e64 add webdis 2021-05-10 16:17:55 +08:00
Kevin He
c2719ee1aa
Merge pull request #175 from tevino/patch-3
Add beautifulsoup4 as a dependency
2021-05-06 15:58:03 +08:00
Kevin He
81de917e75
Merge pull request #156 from SuddenGunter/bugs/pure-ftpd-cfg-filename
pure-ftpd: fix config file name in dockerfile
2021-05-06 15:54:24 +08:00
kev
de6e0a669f update strapi 2021-04-27 17:26:52 +08:00
kev
570f3d7f61 add strapi 2021-04-27 16:47:02 +08:00
kev
3f4e4b3c28 upgrade superset to 1.1.0 2021-04-26 19:26:58 +08:00
kev
188254372f fix live555 2021-04-26 15:18:29 +08:00
kev
704843f84d upgrade nodebb to 1.17.0 2021-04-22 10:55:12 +08:00
kev
150811ad5b update ggr 2021-04-20 11:29:15 +08:00
kev
4679c6f4e8 update selenoid 2021-04-20 11:27:33 +08:00
kev
e8e5351a93 update ggr 2021-04-20 11:17:28 +08:00
kev
6de1e73bef update mantisbt 2021-04-16 15:53:26 +08:00
kev
9d94a8a87a update opencart 2021-04-16 15:47:27 +08:00
kev
33aefb01c1 upgrade splash to 3.5.0 2021-04-14 16:52:31 +08:00
kev
e883e2d83b fix webhook 2021-04-14 16:39:13 +08:00
kev
087ad3af4c fix rehook 2021-04-14 16:38:42 +08:00
kev
41718a0e1f fix scrapyd 2021-04-14 16:26:13 +08:00
kev
4daa2b4844 add snort3 2021-04-14 15:16:15 +08:00
kev
dd70ca4100 upgrade scrapyd:py3 to 2.5.0 2021-04-13 17:04:01 +08:00
kev
6a5b3cbd11 update prestashop 2021-04-13 15:23:19 +08:00
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
fb4a94ba42 upgrade docker-compose to 1.29.0 2021-04-08 18:55:55 +08:00
kev
618f974c2a update youtube-dl 2021-04-07 12:36:03 +08:00
kev
4110b9fc87 add slacker 2021-04-07 12:27:14 +08:00
kev
f5664d7f40 fix urlwatch 2021-04-06 16:08:14 +08:00
kev
4474e2e083 fix openconnect (FIX #44) 2021-04-06 15:55:21 +08:00
kev
5642407309 update openconnect (FIX #44) 2021-04-06 15:35:23 +08:00
kev
d6ad823c09 urlwatch: pushbullet support (FIX #148) 2021-04-06 15:23:21 +08:00
kev
0b32c65067 update navidrome 2021-04-01 16:05:43 +08:00