From 5a1a485008fd99153301d5388b727aa8d8fc1efc Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Fri, 27 Jan 2023 06:23:20 -0600 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d35d45d33..4cdd023b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,11 +14,11 @@ RUN \ apt-get -y upgrade && \ apt-get install -y build-essential && \ apt-get install -y software-properties-common && \ - apt-get install -y byobu curl git htop man unzip vim wget && \ + apt-get install -y curl git htop man unzip vim wget && \ rm -rf /var/lib/apt/lists/* # Add files. -ADD root/.bashrc /root/.bashrc +# ADD root/.bashrc /root/.bashrc ADD root/.gitconfig /root/.gitconfig ADD root/.scripts /root/.scripts