Commit b4c0867c authored by daidekun's avatar daidekun

fixbugs

parent b962df1a
...@@ -7,7 +7,7 @@ RUN yum -y update ...@@ -7,7 +7,7 @@ RUN yum -y update
RUN yum install -y \ RUN yum install -y \
epel-release \ epel-release \
python-pip \ python-pip
COPY requirements.txt . COPY requirements.txt .
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment