mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix misstake (#6237)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user