fix misstake (#6237)
This commit is contained in:
parent
1190ebb1a8
commit
2d4a1ab68a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue