mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
update all python version in the Dockerfile to 3.7 (#10841)
* update all python version in the Dockerfile to 3.7 * update ubuntu 18.04 to ubuntu 20.04
This commit is contained in:
@@ -155,9 +155,9 @@ the required dependencies are installed: ::
|
||||
|
||||
sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev
|
||||
|
||||
**Ubuntu 18.04** If you have python3.6 installed alongside with python2.7, as is default on **Ubuntu 18.04 LTS**, run this command also: ::
|
||||
**Ubuntu 20.04** the following command will ensure that the required dependencies are installed: ::
|
||||
|
||||
sudo apt-get install build-essential libssl-dev libffi-dev python3.6-dev python-pip libsasl2-dev libldap2-dev
|
||||
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python-pip libsasl2-dev libldap2-dev
|
||||
|
||||
otherwise build for ``cryptography`` fails.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user