Compare commits
No commits in common. "0e560b59b1d7d1af63fb1bf6d5406a03be228364" and "b7d24cd74922e6d18071ca1cb6693cec1cc093d4" have entirely different histories.
0e560b59b1
...
b7d24cd749
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 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 \
|
||||||
php8.3-fpm \
|
php-fpm \
|
||||||
php8.3-curl \
|
php-curl \
|
||||||
php8.3 \
|
php \
|
||||||
php8.3-common \
|
php-common \
|
||||||
php8.3-cli \
|
php-cli \
|
||||||
php8.3-xml \
|
php-xml \
|
||||||
gnupg \
|
gnupg \
|
||||||
g++ \
|
g++ \
|
||||||
procps \
|
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 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 \
|
||||||
php8.3-fpm \
|
php-fpm \
|
||||||
php8.3-curl \
|
php-curl \
|
||||||
php8.3 \
|
php \
|
||||||
php8.3-common \
|
php-common \
|
||||||
php8.3-cli \
|
php-cli \
|
||||||
php8.3-xml \
|
php-xml \
|
||||||
gnupg \
|
gnupg \
|
||||||
g++ \
|
g++ \
|
||||||
procps \
|
procps \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue