Skip to content

Commit 4758534

Browse files
committed
FX: install more php extensions
1 parent 207262e commit 4758534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && \
88
add-apt-repository -y ppa:ondrej/php && \
99
apt-get update -y && \
1010
apt-get install -y --no-install-recommends \
11-
php8.5-cli php8.5-common php8.5-curl php8.5-intl php8.5-mbstring php8.5-readline php8.5-xml php8.5-zip && \
11+
php8.5-cli php8.5-common php8.5-curl php8.5-gd php8.5-intl php8.5-mbstring php8.5-phpdbg php8.5-readline php8.5-xml php8.5-zip && \
1212
mkdir -p -m 755 /etc/apt/keyrings && \
1313
(out=$(mktemp) && wget -nv -O"$out" https://cli.github.com/packages/githubcli-archive-keyring.gpg && \
1414
cat "$out" > /etc/apt/keyrings/githubcli-archive-keyring.gpg && chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg) && \

0 commit comments

Comments
 (0)