fix dependency issue #6086 (#6102)

This commit is contained in:
Chen Chen 2018-10-16 00:28:39 +08:00 committed by Maxime Beauchemin
parent dc7b6f2bae
commit 68ff4e5b72
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN apt-get update -y
# Install some dependencies
# http://airbnb.io/superset/installation.html#os-dependencies
RUN apt-get update -y && apt-get install -y build-essential libssl-dev \
libffi-dev python3-dev libsasl2-dev libldap2-dev
libffi-dev python3-dev libsasl2-dev libldap2-dev libxi-dev
RUN apt-get install -y vim less postgresql-client redis-tools