diff --git a/Dockerfile b/Dockerfile index 3c4ada56..037c52bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apt-get update && \ mktorrent \ rustc \ mono-complete && \ + nano && \ rm -rf /var/lib/apt/lists/* # Set up a virtual environment to isolate our Python dependencies