From 6c630ebc6705368bf7f10302eea9b8acc23f9d1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 27 Feb 2021 15:00:19 +0100 Subject: [PATCH] use python:3-slim image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 892710e..223d346 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-slim ENV PYTHONFAULTHANDLER=1 \ PYTHONUNBUFFERED=1 \ @@ -17,4 +17,4 @@ RUN poetry config virtualenvs.create false \ COPY . /app -CMD python bot.py \ No newline at end of file +CMD python bot.py