diff --git a/Dockerfile b/Dockerfile index 6cf3393..504a07f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,8 @@ RUN apt install -y \ git \ curl \ sudo \ - wget + wget \ + nano RUN apt install -y --no-install-recommends \ direnv \