Skip to content

Commit

Permalink
Update Dockerfile_39_base
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Nov 15, 2023
1 parent 345b3d4 commit 1d07dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_39_base
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get install -y nano less htop git; apt-get clean

# python software stack
RUN pip install --no-cache-dir --upgrade pip setuptools
RUN pip install --no-cache-dir --upgrade ipython
RUN pip install --no-cache-dir --upgrade pytest pytest-xdist

# initial command
CMD ["bash", "-i", "-l"]

0 comments on commit 1d07dda

Please sign in to comment.