Skip to content

Commit

Permalink
try gh action build
Browse files Browse the repository at this point in the history
  • Loading branch information
tcastelly committed Dec 26, 2024
1 parent 35eb105 commit a70bbb3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions nginx_php_fpm_oracle_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@ COPY ./install_oracle_driver.sh /tmp/

RUN /tmp/install_oracle_driver.sh

RUN echo 'instantclient,/usr/local/instantclient' | pecl install oci8 && \
echo "extension=oci8.so" >> /etc/php/8.2/fpm/php.ini

# Install other extensions
RUN pecl install\
xdebug-3.2.0\
memcached\
zip

# Install PHPUnit
RUN wget https://phar.phpunit.de/phpunit.phar &&\
chmod +x phpunit.phar && \
mv phpunit.phar /usr/local/bin/phpunit

COPY /conf/entrypoint-nginx-conf.sh /

COPY /conf/entrypoint.sh /
# RUN echo 'instantclient,/usr/local/instantclient' | pecl install oci8 && \
# echo "extension=oci8.so" >> /etc/php/8.2/fpm/php.ini
#
# # Install other extensions
# RUN pecl install\
# xdebug-3.2.0\
# memcached\
# zip
#
# # Install PHPUnit
# RUN wget https://phar.phpunit.de/phpunit.phar &&\
# chmod +x phpunit.phar && \
# mv phpunit.phar /usr/local/bin/phpunit
#
# COPY /conf/entrypoint-nginx-conf.sh /
#
# COPY /conf/entrypoint.sh /

ENTRYPOINT ["/entrypoint.sh"]

Expand Down

0 comments on commit a70bbb3

Please sign in to comment.