make application testable

This commit is contained in:
Simon
2024-05-21 12:18:25 +02:00
parent 1bcb4f1f7c
commit ae89f47072
3 changed files with 6 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ RUN apt-get clean && apt-get -y update && apt-get -y install --no-install-recomm
RUN if [ "$INSTALL_DEBUG" ] ; then \
apt-get -y update && apt-get -y install --no-install-recommends \
vim htop bmon net-tools iputils-ping procps \
&& pip install --user ipython \
&& pip install --user ipython pytest pytest-django \
; fi
# make folders