Skip to content

Commit

Permalink
Add ipython to development docker
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Apr 17, 2024
1 parent d91c744 commit 0657200
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y lua5.3

RUN DEBIAN_FRONTEND=noninteractive apt-get install nodejs

RUN DEBIAN_FRONTEND=noninteractive apt-get install -y ipython3

# get back to the default appuser
USER appuser

Expand Down

0 comments on commit 0657200

Please sign in to comment.