From c38cfd293f3c100b49d9290a3cefe310b1c7ab4f Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:19:01 +0300 Subject: [PATCH] use python slim image as base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1473446..9912067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.11 +FROM docker.io/python:3.11-slim COPY change_path.py /bin/change_path.py COPY nmv.py /bin/nmv COPY shared.py /bin/shared.py