Updated tzdata and sbom

This commit is contained in:
Alexey Pustovalov
2024-03-22 14:53:18 +09:00
parent 9ae427f4ea
commit 2f4f382092
27 changed files with 142 additions and 15 deletions

View File

@@ -31,6 +31,7 @@ COPY ["conf/etc/", "/etc/"]
RUN set -eux && \
INSTALL_PKGS="bash \
tzdata \
curl \
nginx \
php8-bcmath \

View File

@@ -33,6 +33,7 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
set -eux && \
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
INSTALL_PKGS="bash \
tzdata \
ca-certificates \
curl \
nginx \