Skip to content

Commit

Permalink
feat: add vim and nano
Browse files Browse the repository at this point in the history
  • Loading branch information
salzig committed Sep 26, 2024
1 parent 4e37446 commit cbcedfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG defaultpassword=love
ARG hostname=rubynrails

RUN apt-get update
RUN apt-get install -y curl git sudo
RUN apt-get install -y curl git sudo vim nano
RUN apt clean
RUN adduser $defaultuser
RUN adduser $defaultuser sudo
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Default user is `me` with a password of `love`, which you need to run commands a

## Todos

- Add useful Editors (vim, nano, ?)
- Use Pipeline to publish WSL-Distro as downloadable Tarball

## Helpful Microsoft Knowledge Base Articles
Expand Down

0 comments on commit cbcedfa

Please sign in to comment.