Skip to content

Commit

Permalink
Remove unnecessary nano
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostopheles committed May 14, 2024
1 parent 295e3c3 commit 9e51493
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /usr/algalon

COPY requirements.txt requirements.txt
RUN python3 -m pip install -U -r requirements.txt
RUN apt-get update && apt-get install -y nano

COPY . .

Expand Down

0 comments on commit 9e51493

Please sign in to comment.