Rolled back sqlite3 change.

This commit is contained in:
soup-bowl
2026-04-03 00:14:53 +01:00
parent a181784553
commit 3f07666a62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ LABEL \
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install --no-install-recommends -y libc6-dev libgdiplus libsqlite3-0 uuid-runtime && \
apt-get install --no-install-recommends -y libc6-dev libgdiplus libsqlite3-dev uuid-runtime && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
+1 -1
View File
@@ -35,7 +35,7 @@ LABEL \
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
ca-certificates uuid-runtime libglib2.0-0 libgnutls30 libsqlite3-0 tzdata libgdiplus libfontconfig1 \
ca-certificates uuid-runtime libglib2.0-0 libgnutls30 libsqlite3-dev tzdata libgdiplus libfontconfig1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*