From a7af65e8578882697800884bc58a12f9c1f847d9 Mon Sep 17 00:00:00 2001 From: Holaf <32452391+grokuku@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:11:42 +0100 Subject: [PATCH] Update Dockerfile (add bc command) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index eafb59e..4ddbc3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,7 @@ RUN apt-get update -y -q=2 && \ apt-get install -y -q=2 curl \ wget \ mc \ + bc \ nano \ rsync \ libgl1-mesa-glx \