Update Dockerfile-example

This commit is contained in:
Azarath7
2024-01-31 15:36:25 +02:00
committed by GitHub
parent 34e521a7e4
commit 7a299adc4b

View File

@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Update the package index and install vim-tiny
RUN apt-get update && \
apt-get install -y vim-tiny && \
apt-get install -y mc && \
rm -rf /var/lib/apt/lists/*
# Run main.py when the container launches