Skip to content

Commit

Permalink
install vim in Docker (#69)
Browse files Browse the repository at this point in the history
cause its like 100000 times better than nano
  • Loading branch information
jdhoffa authored Nov 16, 2022
1 parent aadd835 commit 4bcd1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transitionmonitor_docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ARG SYS_DEPS="\
openssh-client \
wget \
nano \
vim \
"
RUN apt-get update \
&& apt-get install -y --no-install-recommends $SYS_DEPS \
Expand Down

0 comments on commit 4bcd1e5

Please sign in to comment.