fix bug : docker build error with no permission with this floder (#6226)

要提交的变更:
	修改:     contrib/docker/Dockerfile
This commit is contained in:
达斯特兰斯 2018-10-31 01:29:38 +08:00 committed by Maxime Beauchemin
parent 0f6b39a6f7
commit e1a3a680f4
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ WORKDIR $HOME/incubator-superset
COPY ./ ./
RUN RUN mkdir -p /home/work/.cache
RUN pip install --upgrade setuptools pip
RUN pip install -r requirements.txt
RUN pip install -r requirements-dev.txt