This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/vagrant/provisioning/setup-master.sh b/vagrant/provisioning/setup-master.sh | |
index 02add50..40c67cc 100755 | |
--- a/vagrant/provisioning/setup-master.sh | |
+++ b/vagrant/provisioning/setup-master.sh | |
@@ -19,24 +19,25 @@ MASTER_SUBNET=$4 | |
# FIXME(mestery): Remove once Vagrant boxes allow apt-get to work again | |
sudo rm -rf /var/lib/apt/lists/* | |
sudo apt-get update | |
+sudo apt-get build-dep dkms | |
sudo apt-get install -y graphviz autoconf automake bzip2 debhelper dh-autoreconf \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Service | |
metadata: | |
labels: | |
name: apacheservice | |
role: service | |
name: apacheservice | |
spec: | |
ports: | |
- port: 8800 |
NewerOlder