mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-04 22:40:30 +00:00
Install sqlite3
This commit is contained in:
parent
d076a19c78
commit
4e25ea51d0
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
FROM docker.io/library/python:3.12-slim
|
||||
RUN apt update && apt install -y sqlite3
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
|
Loading…
Reference in a new issue