diff --git a/.project b/.project new file mode 100644 index 0000000..6505857 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + docker-nginx-php + + + + + + + + diff --git a/Dockerfile b/Dockerfile index b870b21..4dd7f7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM webdevops/php-nginx:7.4 +FROM webdevops/php-nginx:8.2 -ADD bullseye.list /etc/apt/sources.list.d/bullseye.list -RUN sed -i 's@deb.*http://nginx.org/packages/debian/\ *nginx@@g' /etc/apt/sources.list -RUN sed -i 's@deb.*http://nginx.org/packages/debian/\ *nginx@@g' /etc/apt/sources.list.d/*list +#ADD bullseye.list /etc/apt/sources.list.d/bullseye.list +#RUN sed -i 's@deb.*http://nginx.org/packages/debian/\ *nginx@@g' /etc/apt/sources.list +#RUN sed -i 's@deb.*http://nginx.org/packages/debian/\ *nginx@@g' /etc/apt/sources.list.d/*list RUN apt-get update @@ -32,10 +32,10 @@ RUN apt-get install -y \ mariadb-client \ npm -RUN pecl install xdebug-3.1.6 \ +RUN pecl install xdebug-3.4.5 \ && docker-php-ext-enable xdebug -RUN pecl install apcu_bc \ - && docker-php-ext-enable apcu apc +#RUN pecl install apcu_bc \ +# && docker-php-ext-enable apcu apc RUN apt-get purge -y -f --force-yes \ libc-client-dev \