We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257cbfc commit b874fe1Copy full SHA for b874fe1
Dockerfile
@@ -14,7 +14,7 @@ RUN uv build
14
FROM python:3.11.13-alpine3.22
15
16
# upgrade apk packages
17
-RUN apk upgrade
+RUN apk upgrade && apk add --upgrade sqlite-libs
18
19
# Upgrade pip
20
0 commit comments