From 7a299adc4b681d57bf12656a2de3752ba11ff8be Mon Sep 17 00:00:00 2001 From: Azarath7 <158289825+Azarath7@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:36:25 +0200 Subject: [PATCH] Update Dockerfile-example --- Dockerfile-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-example b/Dockerfile-example index a051f53..c8340e2 100644 --- a/Dockerfile-example +++ b/Dockerfile-example @@ -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