[Update] 修改Dockerfile

pull/2541/head
ibuler 2019-03-22 18:26:25 +08:00
parent bbc6156bd7
commit 24a38841dd
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ RUN useradd jumpserver
COPY ./requirements /tmp/requirements
RUN rpm -ivh https://repo.mysql.com/mysql57-community-release-el6.rpm
RUN yum -y install epel-release openldap-clients telnet && cd /tmp/requirements && \
yum -y install $(cat rpm_requirements.txt)