mirror of
https://github.com/embarklabs/embark-docker.git
synced 2025-02-12 07:36:34 +00:00
script (not run during build) for adding some cli tools
This commit is contained in:
parent
34096b1f13
commit
ef84fdc491
13
install-extras.sh
Executable file
13
install-extras.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
apt-get update
|
||||
apt-get install -y \
|
||||
less \
|
||||
lsof \
|
||||
net-tools \
|
||||
parallel \
|
||||
silversearcher-ag \
|
||||
tmux \
|
||||
vim
|
||||
|
||||
echo will cite | parallel --bibtex >/dev/null
|
Loading…
x
Reference in New Issue
Block a user