File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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) && \
You can’t perform that action at this time.
0 commit comments