Commit 5ff443b 1 parent c3ed0e2 commit 5ff443b Copy full SHA for 5ff443b
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ADD oic.rpm /tmp
15
15
16
16
RUN yum install -y epel-release.noarch
17
17
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
19
19
20
20
RUN rpm -i /tmp/oic.rpm; \
21
21
echo "/usr/lib/oracle/12.2/client64/lib" >/etc/ld.so.conf.d/oracle.conf; \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ADD oic.rpm /tmp
15
15
16
16
RUN yum install -y epel-release.noarch
17
17
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
19
19
20
20
RUN rpm -i /tmp/oic.rpm; \
21
21
echo "/usr/lib/oracle/12.2/client64/lib" >/etc/ld.so.conf.d/oracle.conf; \
You can’t perform that action at this time.
0 commit comments