Merge pull request #1605 from freqtrade/fix/1604
Add libssl-dev to fix #1604
This commit is contained in:
commit
2eb2ace539
@ -1,7 +1,7 @@
|
||||
FROM python:3.7.2-slim-stretch
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get -y install curl build-essential \
|
||||
&& apt-get -y install curl build-essential libssl-dev \
|
||||
&& apt-get clean \
|
||||
&& pip install --upgrade pip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user