Merge pull request 'fix-php-version: set version to 8.3' (#6) from fix-php-version into master
build (signer) TeamCity build failed
Details
build (signer) TeamCity build failed
Details
Reviewed-on: #6
This commit is contained in:
commit
0e560b59b1
12
Dockerfile
12
Dockerfile
|
|
@ -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 add-apt-repository ppa:ondrej/php
|
||||
RUN apt update && apt install -y \
|
||||
php-fpm \
|
||||
php-curl \
|
||||
php \
|
||||
php-common \
|
||||
php-cli \
|
||||
php-xml \
|
||||
php8.3-fpm \
|
||||
php8.3-curl \
|
||||
php8.3 \
|
||||
php8.3-common \
|
||||
php8.3-cli \
|
||||
php8.3-xml \
|
||||
gnupg \
|
||||
g++ \
|
||||
procps \
|
||||
|
|
|
|||
|
|
@ -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 add-apt-repository ppa:ondrej/php
|
||||
RUN apt update && apt install -y \
|
||||
php-fpm \
|
||||
php-curl \
|
||||
php \
|
||||
php-common \
|
||||
php-cli \
|
||||
php-xml \
|
||||
php8.3-fpm \
|
||||
php8.3-curl \
|
||||
php8.3 \
|
||||
php8.3-common \
|
||||
php8.3-cli \
|
||||
php8.3-xml \
|
||||
gnupg \
|
||||
g++ \
|
||||
procps \
|
||||
|
|
|
|||
Loading…
Reference in New Issue