Update base container image from "bookworm" to "trixie" (Debian 13) #4

Merged
ccm merged 7 commits from ccm-update-debian-trixie into trunk 2025-11-25 23:56:20 +00:00
Showing only changes of commit 5abad632c6 - Show all commits

View File

@@ -9,7 +9,7 @@ ARG RESTY_DEB_VERSION="=1.27.1.2-1~bookworm1"
ARG RESTY_LUAROCKS_VERSION="3.12.2"
RUN apt-get update && apt-get install -y \
python3-pygments lua-inotify wget curl tar make && \
python3-pygments lua-inotify wget && \
wget -q -O $pkgname $pkgurl && dpkg -i $pkgname && rm $pkgname
RUN wget -qO - https://openresty.org/package/pubkey.gpg | gpg --dearmor > /etc/apt/trusted.gpg.d/openresty-keyring.gpg \