misposa.blogg.se

Download laravel sail xdebug
Download laravel sail xdebug













download laravel sail xdebug

RUN apt-get update & apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 & mkdir -p ~/.gnupg & chmod 600 ~/.gnupg & echo "disable-ipv6" > ~/.gnupg/nf & apt-key adv -homedir ~/.gnupg -keyserver hkp://:80 -recv-keys E5267A6C & apt-key adv -homedir ~/.gnupg -keyserver hkp://:80 -recv-keys C300EE8C & echo "deb hirsute main" > /etc/apt//ppa_ondrej_php.list & apt-get update & apt-get install -y php8.1-cli php8.1-dev php8.1-pgsql php8.1-sqlite3 php8.1-gd php8.1-curl php8.1-imap php8.1-mysql php8.1-mbstring php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap php8.1-intl php8.1-readline php8.1-ldap php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-memcached php8.1-pcov php8.1-xdebug & php -r "readfile(' ') " | php -install-dir=/usr/bin/ -filename=composer & curl -sS | apt-key add - & echo "deb stable main" > /etc/apt//yarn.list & apt-get update & apt-get install -y yarn & apt-get install -y mysql-client & apt-get install -y postgresql-client & apt-get -y autoremove & apt-get clean & rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* Ubuntu 22.04 also helped for me (and it flies on my M1 because there is a native arm build) but had to remove swoole, node and npm: `FROM ubuntu:22.04ĮNV DEBIAN_FRONTEND noninteractive ENV TZ=UTC RUN chmod +x /usr/local/bin/start-container RUN useradd -ms /bin/bash -no-user-group -g $php.ini /etc/php/8.1/cli/conf.d/99-sail.ini RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.1

download laravel sail xdebug

& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* & echo "deb stable main" > /etc/apt//yarn.list & php -r "readfile(' ') " | php -install-dir=/usr/bin/ -filename=composer Php8.1-memcached php8.1-pcov php8.1-xdebug Php8.1-msgpack php8.1-igbinary php8.1-redis & apt-get install -y php8.1-cli php8.1-dev & echo "deb hirsute main" > /etc/apt//ppa_ondrej_php.list & apt-key adv -homedir ~/.gnupg -keyserver hkp://:80 -recv-keys C300EE8C & apt-key adv -homedir ~/.gnupg -keyserver hkp://:80 -recv-keys E5267A6C & apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime & echo $TZ > /etc/timezone Ubuntu 22.04 also helped for me (and it flies on my M1 because there is a native arm build) but had to remove swoole, node and npm:















Download laravel sail xdebug