skip to Main Content

install and enable OCI8 extension for php:8.1-fpm in Dockerfile

I'm trying to install and enable OCI8 in dockerfile for php:8.1-fpm image to .. This is a part of my Dockerfile: RUN mkdir /opt/oracle # Install Oracle Instantclient RUN wget https://download.oracle.com/otn_software/linux/instantclient/216000/instantclient-basic-linux.x64-21.6.0.0.0dbru.zip && wget https://download.oracle.com/otn_software/linux/instantclient/216000/instantclient-sdk-linux.x64-21.6.0.0.0dbru.zip && wget https://download.oracle.com/otn_software/linux/instantclient/216000/instantclient-sqlplus-linux.x64-21.6.0.0.0dbru.zip && unzip instantclient-basic-linux.x64-21.6.0.0.0dbru.zip…

VIEW QUESTION

Apache webserver status in Ubuntu

I have installed apache webserver in my Ubuntu machine and changed port to 8080 (/etc/apache2/apache2.conf, /etc/apache2/000-default.conf) and able to successfully load test page in browser Using below commands for administration (installed w3m as well): sudo apache2ctl start sudo apache2ctl stop…

VIEW QUESTION
Back To Top
Search