diff --git a/Containerfile b/Containerfile index 7525b49..d0bc51c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,5 @@ FROM docker.io/library/python:3.12-slim +RUN apt update && apt install -y sqlite3 EXPOSE 80