Skip to content

Commit

Permalink
chore: Update Dockerfile to remove unnecessary vim installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed May 21, 2024
1 parent 759776d commit b4a1949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions btop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion btop/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3

0 comments on commit b4a1949

Please sign in to comment.