vagrant: Install dev tools in dev script only

This commit is contained in:
Mahmood Ali
2019-09-06 14:55:16 -04:00
parent 8f68f5c13b
commit cbb624f3de
2 changed files with 2 additions and 13 deletions

View File

@@ -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 \

View File

@@ -2,14 +2,10 @@
# Install Development utilities
apt-get install -y \
curl \
default-jre \
htop \
jq \
qemu \
silversearcher-ag \
tree \
unzip \
vim