fix misstake (#6237)

This commit is contained in:
mlboy 2018-10-31 12:28:50 +08:00 committed by Maxime Beauchemin
parent 1190ebb1a8
commit 2d4a1ab68a
1 changed files with 1 additions and 1 deletions

View File

@ -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