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 2d4a1ab fix misstake (#6237)
2d4a1ab is described below
commit 2d4a1ab68ad8d5a70c544e87104a2a59b9f3d949
Author: mlboy <[email protected]>
AuthorDate: Wed Oct 31 12:28:50 2018 +0800
fix misstake (#6237)
---
contrib/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/docker/Dockerfile b/contrib/docker/Dockerfile
index da19295..c5a7cf8 100644
--- a/contrib/docker/Dockerfile
+++ b/contrib/docker/Dockerfile
@@ -35,7 +35,7 @@ WORKDIR $HOME/incubator-superset
COPY ./ ./
-RUN RUN mkdir -p /home/work/.cache
+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