about summary refs log tree commit diff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2022-02-15 00:08:02 +0900
committerGitHub <noreply@github.com>2022-02-14 16:08:02 +0100
commit298491a8163fe2a015ac7b34b66b606a06e9798c (patch)
tree2ed6805b6f8e09c0da66245e924b576c8def93d9 /Vagrantfile
parentd39df35441d7e4b39a57402e554ed92b1ec2e1f1 (diff)
Remove protobuf dependencies (#17539)
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index e086ddd98..3e73d9e47 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -33,11 +33,9 @@ sudo apt-get install \
   redis-tools \
   postgresql \
   postgresql-contrib \
-  protobuf-compiler \
   yarn \
   libicu-dev \
   libidn11-dev \
-  libprotobuf-dev \
   libreadline-dev \
   libpam0g-dev \
   -y