Add apt packages
This commit is contained in:
parent
6a3f376396
commit
8c394192b5
3 changed files with 21 additions and 9 deletions
|
@ -1,6 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUN "sudo apt-get install python3-pip";
|
||||
|
||||
RUN "sudo pip3 install setuptools";
|
||||
RUN "sudo pip3 install quarry";
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
RUN "sudo apt-get install --no-install-recommends --yes git net-tools dnsutils uptimed software-properties-common iftop iotop pv screen netcat f3 less optipng jpegoptim lsof strace ddrescue ffmpeg lnav jq";
|
|
@ -0,0 +1,21 @@
|
|||
git
|
||||
net-tools
|
||||
dnsutils
|
||||
uptimed
|
||||
software-properties-common
|
||||
iftop
|
||||
iotop
|
||||
pv
|
||||
screen
|
||||
netcat
|
||||
f3
|
||||
less
|
||||
optipng
|
||||
jpegoptim
|
||||
lsof
|
||||
strace
|
||||
ddrescue
|
||||
ffmpeg
|
||||
lnav
|
||||
jq
|
||||
openssh-client
|
Loading…
Reference in a new issue