Skip to content

Commit 2b27057

Browse files
javutoobelisk
authored andcommitted
Adding ubuntu 18.04 to Vagrantfile (osquery#4447)
1 parent 422c140 commit 2b27057

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Vagrantfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ targets = {
3535
"ubuntu17.04" => {
3636
"box" => "bento/ubuntu17.04"
3737
},
38+
"ubuntu18.04" => {
39+
"box" => "ubuntu/bionic64"
40+
},
3841
"ubuntu12" => {
3942
"box" => "ubuntu/precise64"
4043
},

tools/provision/ubuntu.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function distro_main() {
2424
package ruby
2525
package ruby-dev
2626
package bsdtar
27-
package realpath
2827
package doxygen
2928
package valgrind
3029

0 commit comments

Comments
 (0)