Skip to content

Commit

Permalink
Add vim to the dev image (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl authored Oct 18, 2023
1 parent edbb5ff commit 88905fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ COPY requirements.txt /tmp/requirements.txt
COPY requirements-dev.txt /tmp/requirements-dev.txt
RUN pip install -r /tmp/requirements-dev.txt

RUN apt update && apt install -y vim

WORKDIR /opt/root-pythia
CMD ["bash"]

0 comments on commit 88905fb

Please sign in to comment.