We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207262e commit 4758534Copy full SHA for 4758534
1 file changed
fx/Dockerfile
@@ -8,7 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && \
8
add-apt-repository -y ppa:ondrej/php && \
9
apt-get update -y && \
10
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 && \
+ 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 && \
12
mkdir -p -m 755 /etc/apt/keyrings && \
13
(out=$(mktemp) && wget -nv -O"$out" https://cli.github.com/packages/githubcli-archive-keyring.gpg && \
14
cat "$out" > /etc/apt/keyrings/githubcli-archive-keyring.gpg && chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg) && \
0 commit comments