Commit Graph

38 Commits

Author SHA1 Message Date
dependabot[bot] 4bb2a00f03
Bump python from 3.8.6-slim-buster to 3.9.1-slim-buster
Bumps python from 3.8.6-slim-buster to 3.9.1-slim-buster.

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-27 18:12:56 +00:00
David Martinez Martin 25f8e0cc57
Added git packages for future dependencies 2020-12-09 11:28:45 +01:00
David Martinez Martin 5708098256
Move ENV PATH to base image 2020-12-09 10:34:38 +01:00
David Martinez Martin e6b3e64534
Update dockerfile to multistage
This change reduce the image size from 727Mb to 469Mb.
2020-12-09 03:27:59 +01:00
dependabot[bot] d49488bf0e
Bump python from 3.8.5-slim-buster to 3.8.6-slim-buster
Bumps python from 3.8.5-slim-buster to 3.8.6-slim-buster.

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-25 05:47:58 +00:00
Matthias 8ff1429e68 Add user_data to backtesting 2020-09-20 15:39:50 +02:00
Matthias ba8e93e2a1 Remove requirements-common.txt
in an attempt to simplify installation
2020-09-13 16:43:22 +02:00
dependabot[bot] 2a5f8d8895
Bump python from 3.8.4-slim-buster to 3.8.5-slim-buster
Bumps python from 3.8.4-slim-buster to 3.8.5-slim-buster.

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-22 06:22:45 +00:00
dependabot-preview[bot] ae55d54967
Bump python from 3.8.3-slim-buster to 3.8.4-slim-buster
Bumps python from 3.8.3-slim-buster to 3.8.4-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-14 06:33:57 +00:00
Matthias ecbca3fab0 Add sqlite3 to dockerfile 2020-07-11 09:13:39 +02:00
dependabot-preview[bot] 33091f95c2
Bump python from 3.8.2-slim-buster to 3.8.3-slim-buster
Bumps python from 3.8.2-slim-buster to 3.8.3-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-15 06:24:54 +00:00
dependabot-preview[bot] bbb438bd40
Bump python from 3.8.1-slim-buster to 3.8.2-slim-buster
Bumps python from 3.8.1-slim-buster to 3.8.2-slim-buster.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-27 06:18:09 +00:00
Matthias 4459679c64 Update dockerfile to 3.8.1 2020-02-01 15:14:44 +01:00
dependabot-preview[bot] 76a93fabc7
Bump python from 3.7.5-slim-stretch to 3.7.6-slim-stretch
Bumps python from 3.7.5-slim-stretch to 3.7.6-slim-stretch.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-23 06:26:13 +00:00
Matthias f3cfe147b5 Merge branch 'develop' into feat/new_args_system 2019-10-20 19:32:34 +02:00
Matthias 8a31b4c646 Update python base to 3.7.5 and install hyperopt dependencies 2019-10-20 10:47:04 +02:00
Matthias 52ff391c8a Default dockerfile to "freqtrade trade" 2019-09-29 19:48:37 +02:00
Matthias 53db382695 Update dockerfile python version 2019-08-16 10:19:06 +02:00
Matthias dc12cacd50 Rename requirements-pi to requirements.common 2019-04-26 19:57:09 +02:00
Matthias bf2a39b76d Fix add requirements-pi.txt in dockerfile earlier
Avoids docker-build failure
2019-04-26 19:50:18 +02:00
Matthias 5e0e8de4f6 Version bump to 3.7.3 in docker file 2019-04-14 13:13:28 +02:00
Matthias e5498ca20f Add libssl-dev to fix #1604 2019-02-27 17:51:00 +01:00
Matthias dbf8ec6a20 Update dockerfile to python 3.7.2 2019-01-05 19:24:07 +01:00
Matthias 907761f994 Install ta-lib in Docker with script
works for travis, works for Docker
2018-10-21 13:15:14 +02:00
Matthias f04e4f2123
Fix trailing whitespace 2018-09-17 20:49:41 +02:00
gaojin 0a4b2f19e3
use --no-cache-dir for docker build
use --no-cache can save about 90M
```
➜  freqtrade git:(develop) ✗ docker images freq
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
freq                latest              b15db8341067        7 minutes ago       800MB
➜  freqtrade git:(develop) ✗ docker images freq_nocache
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
freq_nocache        latest              e5731f28ac54        20 seconds ago      709MB
```
2018-09-17 10:37:25 +08:00
Matthias a0bc17d1ef Update dockerfile to 3.7.0 2018-08-12 13:59:50 +02:00
Axel Cherubin 0b825e96aa fix talib bug on bollinger bands and other indicators when working on small assets, rise talib prescision and add test associated 2018-08-05 16:08:49 -04:00
Matthias ebfcc0fc13 install numpy before ta-lib to fix build errors 2018-07-29 14:01:50 +02:00
Matthias 2b488d1da2 Update Dockerfile to 3.6.6 2018-07-07 14:52:39 +02:00
Matthias Voppichler 710c7daec5 update Docker image to python-3.6.5-slim 2018-04-22 09:21:09 +02:00
Matthias Voppichler adf6244eda Update dockerfile to python:3.6.4-slim-stretch 2018-03-08 19:25:42 +01:00
Pan Long 89ee0654f4 Use ENTRYPOINT instead of CMD so additional arguments can be supplied for docker run. (#184) 2017-12-14 18:41:40 +01:00
Roland Venesz d266171ed8 Docker improvements (faster and more secure builds) 2017-10-13 15:47:13 +02:00
gcarq 8057333501 adapt Dockerfile for new project structure 2017-09-30 21:00:14 +02:00
gcarq 470f9b76bf remove unneeded command 2017-09-08 17:40:29 +02:00
Janne Sinivirta e28e2f62cd install TA-lib in Dockerfile 2017-09-03 17:35:58 +03:00
Samuel Husso 02b4929e3f Add docker support 2017-08-27 18:19:02 +03:00