use python slim image as base

This commit is contained in:
norohind 2024-04-08 23:19:01 +03:00
parent b06716de4f
commit c38cfd293f

View File

@ -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