Skip to content

Commit

Permalink
add nano to docker
Browse files Browse the repository at this point in the history
fixes #211
  • Loading branch information
Audionut committed Dec 17, 2024
1 parent 8cfdab9 commit 2449e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 2449e95

@AN1MATEK
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you need to delete one && 😅

Please sign in to comment.