mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-06 09:20:27 +00:00
10 lines
172 B
Bash
10 lines
172 B
Bash
#!/bin/bash
|
|
# install debug and testing tools into slim container
|
|
|
|
apt update && apt install -y vim htop bmon net-tools iputils-ping procps
|
|
|
|
pip install ipython
|
|
|
|
##
|
|
exit 0
|