diff --git a/Dockerfile b/Dockerfile index d1e190f..ccd9393 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 916e6b0..673faeb 100644 --- a/README.md +++ b/README.md @@ -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