Compare commits

...

2 Commits

Author SHA1 Message Date
dcherednik 0e560b59b1 Merge pull request 'fix-php-version: set version to 8.3' (#6) from fix-php-version into master
build (signer) TeamCity build failed Details
Reviewed-on: #6
2025-05-15 15:39:39 +03:00
cherednik 3dfe7dba30 fix-php-version: set version to 8.3
build (signer) TeamCity build finished Details
2025-05-15 16:34:36 +04:00
2 changed files with 12 additions and 12 deletions

View File

@ -4,12 +4,12 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y wget libgtk-3-0 libpcsclite-dev pcscd curl software-properties-common git zip bash RUN apt update && apt install -y wget libgtk-3-0 libpcsclite-dev pcscd curl software-properties-common git zip bash
RUN add-apt-repository ppa:ondrej/php RUN add-apt-repository ppa:ondrej/php
RUN apt update && apt install -y \ RUN apt update && apt install -y \
php-fpm \ php8.3-fpm \
php-curl \ php8.3-curl \
php \ php8.3 \
php-common \ php8.3-common \
php-cli \ php8.3-cli \
php-xml \ php8.3-xml \
gnupg \ gnupg \
g++ \ g++ \
procps \ procps \

View File

@ -4,12 +4,12 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y wget libgtk-3-0 libpcsclite-dev pcscd curl software-properties-common git zip bash RUN apt update && apt install -y wget libgtk-3-0 libpcsclite-dev pcscd curl software-properties-common git zip bash
RUN add-apt-repository ppa:ondrej/php RUN add-apt-repository ppa:ondrej/php
RUN apt update && apt install -y \ RUN apt update && apt install -y \
php-fpm \ php8.3-fpm \
php-curl \ php8.3-curl \
php \ php8.3 \
php-common \ php8.3-common \
php-cli \ php8.3-cli \
php-xml \ php8.3-xml \
gnupg \ gnupg \
g++ \ g++ \
procps \ procps \