From b4a1949f9b2683fd45c8bdbb617c08f06aa52d82 Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 21 May 2024 13:48:36 -0500 Subject: [PATCH] chore: Update Dockerfile to remove unnecessary vim installation --- btop/Dockerfile | 3 +-- btop/VERSION | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/btop/Dockerfile b/btop/Dockerfile index f47a57a..296160c 100644 --- a/btop/Dockerfile +++ b/btop/Dockerfile @@ -8,8 +8,7 @@ RUN apt-get update && apt-get install -y \ iproute2 \ git \ golang-go \ - && apt-get clean \ - vim + && apt-get clean # Clone, build, and install gotty RUN git clone https://github.com/sorenisanerd/gotty.git /tmp/gotty && \ diff --git a/btop/VERSION b/btop/VERSION index 4e379d2..bcab45a 100644 --- a/btop/VERSION +++ b/btop/VERSION @@ -1 +1 @@ -0.0.2 +0.0.3