mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
vagrant: Install dev tools in dev script only
This commit is contained in:
@@ -20,19 +20,12 @@ apt-get install -y \
|
||||
libpcre3-dev \
|
||||
linux-libc-dev:i386 \
|
||||
pkg-config \
|
||||
zip
|
||||
|
||||
# Install Development utilities
|
||||
apt-get install -y \
|
||||
zip \
|
||||
curl \
|
||||
default-jre \
|
||||
htop \
|
||||
jq \
|
||||
qemu \
|
||||
silversearcher-ag \
|
||||
tree \
|
||||
unzip \
|
||||
vim
|
||||
wget
|
||||
|
||||
# Install ARM build utilities
|
||||
apt-get install -y \
|
||||
|
||||
@@ -2,14 +2,10 @@
|
||||
|
||||
# Install Development utilities
|
||||
apt-get install -y \
|
||||
curl \
|
||||
default-jre \
|
||||
htop \
|
||||
jq \
|
||||
qemu \
|
||||
silversearcher-ag \
|
||||
tree \
|
||||
unzip \
|
||||
vim
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user