1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-10 05:22:59 +03:00

install sudo since the default 16.04 image doesn't seem to contain it

Summary:
Some of our tests require sudo and the docker image doesn't have it by
default: https://travis-ci.org/facebook/openr/builds/306157670.

Reviewed By: saifhhasan

Differential Revision: D6406044

fbshipit-source-id: 6ec07fcc6b4eabce408d50f5656f9e391e4bd883
This commit is contained in:
John Strizich
2017-11-24 12:22:08 -08:00
committed by Facebook Github Bot
parent a32c32f207
commit f008e22843

View File

@@ -206,6 +206,7 @@ class FBCodeBuilder(object):
'libtool '
'netcat-openbsd '
'pkg-config '
'sudo '
'unzip '
'wget'
)),