mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 12:11:46 +08:00
fix unicode encode error
This commit is contained in:
@@ -10,7 +10,7 @@ COPY . /data/apps/cmdb
|
||||
|
||||
WORKDIR /data/apps/cmdb
|
||||
|
||||
RUN yum install -y epel-release \
|
||||
RUN yum install -y epel-release && yum clean all\
|
||||
&& yum install -y python-pip \
|
||||
&& pip install --no-cache-dir -r docs/requirements.txt
|
||||
|
||||
|
Reference in New Issue
Block a user