From 133ec90b1e71f5672b2d6caeab67e40247beb1d0 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 26 Oct 2022 13:10:56 +0000 Subject: [PATCH] Use the non slim variant for docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aba9b48..5e89365 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.0-slim +FROM python:3.11.0 COPY pynyaata /app/pynyaata COPY requirements.txt *.py /app/