Install php-sqlite for pdo_sqlite; add generator meta tag

Arch splits pdo_sqlite/sqlite3 into a separate php-sqlite package —
installing the sqlite CLI package alone left php.ini's pdo_sqlite
uncomment with no module to enable. pdo_mysql needs no such package;
it ships in core php via the bundled mysqlnd driver.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-07-17 03:00:31 +00:00
parent 15b32ed256
commit 76fd1ca3ed
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ ARG ARCH_SNAPSHOT=2026/07/01
RUN echo "Server=https://archive.archlinux.org/repos/${ARCH_SNAPSHOT}/\$repo/os/\$arch" \ RUN echo "Server=https://archive.archlinux.org/repos/${ARCH_SNAPSHOT}/\$repo/os/\$arch" \
> /etc/pacman.d/mirrorlist > /etc/pacman.d/mirrorlist
RUN pacman -Syyu --noconfirm --needed apache php php-apache sqlite \ RUN pacman -Syyu --noconfirm --needed apache php php-apache php-sqlite \
&& pacman -Scc --noconfirm && pacman -Scc --noconfirm
# php-apache on Arch is built against mpm_prefork, not httpd's default # php-apache on Arch is built against mpm_prefork, not httpd's default
+1
View File
@@ -12,6 +12,7 @@
<meta name="keywords" content="{% block keywords %}{% endblock %}"> <meta name="keywords" content="{% block keywords %}{% endblock %}">
<link rel="canonical" href="{% block canonical %}{{ request_path|default('/') }}{% endblock %}"> <link rel="canonical" href="{% block canonical %}{{ request_path|default('/') }}{% endblock %}">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta name="generator" content="novaconium">
{# tags/changefreq/priority (below) are metadata-only, not meant to be {# tags/changefreq/priority (below) are metadata-only, not meant to be
visible on the page. A block tag always emits its content wherever visible on the page. A block tag always emits its content wherever