This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e1a3a68  fix bug : docker build error with no permission with this 
floder (#6226)
e1a3a68 is described below

commit e1a3a680f4bc46dcdfd441fec287ac8ff18d06e4
Author: 达斯特兰斯 <kk58...@gmail.com>
AuthorDate: Wed Oct 31 01:29:38 2018 +0800

    fix bug : docker build error with no permission with this floder (#6226)
    
    要提交的变更:
        修改:     contrib/docker/Dockerfile
---
 contrib/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile
index f9b8454..da19295 100644
--- a/contrib/docker/Dockerfile
+++ b/contrib/docker/Dockerfile
@@ -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

Reply via email to