mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2024-11-16 17:00:14 +00:00
better debug
This commit is contained in:
parent
88c35e57cf
commit
8ffd2cc7ac
@ -1,11 +1,12 @@
|
||||
FROM python:3.11.3-slim-bullseye
|
||||
ARG INSTALL_DEBUG
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV PATH=/root/.local/bin:$PATH
|
||||
|
||||
# install debug tools for testing environment
|
||||
RUN if [ "$INSTALL_DEBUG" ] ; then \
|
||||
apt-get -y update && apt-get -y install --no-install-recommends \
|
||||
vim htop bmon net-tools iputils-ping procps \
|
||||
vim htop bmon net-tools iputils-ping procps curl \
|
||||
&& pip install --user ipython \
|
||||
; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user