Skip to content

Commit 5ff443b

Browse files
committed
install python mysql dependencies with yum
1 parent c3ed0e2 commit 5ff443b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

daemons/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ADD oic.rpm /tmp
1515

1616
RUN yum install -y epel-release.noarch
1717
RUN yum upgrade -y
18-
RUN yum install -y python-pip libaio gcc python-devel.x86_64 openssl-devel.x86_64
18+
RUN yum install -y python-pip libaio gcc python-devel.x86_64 openssl-devel.x86_64 MySQL-python
1919

2020
RUN rpm -i /tmp/oic.rpm; \
2121
echo "/usr/lib/oracle/12.2/client64/lib" >/etc/ld.so.conf.d/oracle.conf; \

server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ADD oic.rpm /tmp
1515

1616
RUN yum install -y epel-release.noarch
1717
RUN yum upgrade -y
18-
RUN yum install -y httpd mod_wsgi python-pip libaio gcc python-devel.x86_64 mod_ssl openssl-devel.x86_64
18+
RUN yum install -y httpd mod_wsgi python-pip libaio gcc python-devel.x86_64 mod_ssl openssl-devel.x86_64 MySQL-python
1919

2020
RUN rpm -i /tmp/oic.rpm; \
2121
echo "/usr/lib/oracle/12.2/client64/lib" >/etc/ld.so.conf.d/oracle.conf; \

0 commit comments

Comments
 (0)