1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-17 18:31:15 +00:00

Install sqlite3

This commit is contained in:
Mo 2023-11-03 21:23:08 +01:00
parent d076a19c78
commit 4e25ea51d0

View file

@ -1,4 +1,5 @@
FROM docker.io/library/python:3.12-slim FROM docker.io/library/python:3.12-slim
RUN apt update && apt install -y sqlite3
EXPOSE 80 EXPOSE 80