toremyweb.blogg.se

Php 8.1 docker
Php 8.1 docker










php 8.1 docker

RUN echo "deb-src trusty nginx" > /etc/apt/sources.list RUN echo "deb trusty nginx" > /etc/apt/sources.list RUN apt-key adv -keyserver -recv-keys 4F4EA0AAE5267A6C RUN apt-key adv -keyserver -recv-keys ABF5BD827BD9BF62 RUN LC_ALL=C.UTF-8 apt-add-repository ppa:ondrej/php

#Php 8.1 docker install

RUN apt-get install -y wget curl nano htop git unzip bzip2 software-properties-common locales RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime & echo $TZ > /etc/timezone #18 2.275 E: Unable to correct problems, you have held broken packages.Įxecutor failed running [/bin/sh -c apt-get install -y php8.1-fpm php8.1-common php8.1-curl php8.1-mysql php8.1-mbstring php8.1-xml php8.1-bcmath php8.1-gd php8.1-xdebug php8.1-soap #18 2.255 systemd-tmpfiles but it is not installable #18 2.255 php8.1-fpm : Depends: systemd but it is not going to be installed or

php 8.1 docker

#18 2.106 The following packages have unmet dependencies: #18 2.106 The following information may help to resolve the situation: #18 2.106 distribution that some required packages have not yet been created #18 2.106 requested an impossible situation or if you are using the unstable #18 2.106 Some packages could not be installed. > RUN apt-get install -y php8.1-fpm php8.1-common php8.1-curl php8.1-mysql php8.1-mbstring php8.1-xml php8.1-bcmath php8.1-gd php8.1-xdebug php8.1-soap php8.1-zip: I had already run the project once with this same configuration and had no problems.Įrror: => ERROR RUN apt-get install -y php8.1-fpm php8.1-common php8.1-curl php8.1-mysql php8.1-mbstring php8.1-xml php8.1-bcmath php8.1-gd php8.1-xdebug php8.1-soap php8 2.3s












Php 8.1 docker