Debian compatibility

This commit is contained in:
Adam Outler
2026-02-01 01:42:20 +00:00
parent 900e418be9
commit d6457a53a0
2 changed files with 10 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
procps \
gosu \
jq \
ipcalc \
&& wget -qO /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg \
&& echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list \
&& apt-get update \