From cc0929ae58a670632b2c206a74ce9548ae8b3554 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Mon, 28 Feb 2022 17:57:33 +0100
Subject: [PATCH] fix sqlite install
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 4422ff5..2e3ba1c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ FROM alpine:latest
 WORKDIR /app
 ADD ./app /app
 
-RUN apk add sqlite3 python3 py3-waitress py3-flask py3-qrcode py3-requests py3-pillow py3-itsdangerous && \
+RUN apk add sqlite python3 py3-waitress py3-flask py3-qrcode py3-requests py3-pillow py3-itsdangerous && \
     chmod +x /app/import.sh && \
     chmod +x /app/export.sh && \
     date > builddate.txt
-- 
GitLab