From 3dcb63077112f78c67b3119214cc967829b9a9b6 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 19 Mar 2023 21:47:22 +0100 Subject: [PATCH] Fixed Dockerfile for Pi --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fa09bf..75ff82b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim +FROM python:3.10 COPY Pipfile* /app/ WORKDIR /app/