From 912d5a5e1779ee92303c5b43c6144d57274ffb4e Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 31 Jul 2018 13:37:31 -0700 Subject: [PATCH] Install sudo in the integration-test container --- integration-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/Dockerfile b/integration-tests/Dockerfile index 9a8cdd4..7fc244e 100644 --- a/integration-tests/Dockerfile +++ b/integration-tests/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:18.04 RUN apt-get update --yes -RUN apt-get install --yes systemd curl git +RUN apt-get install --yes systemd curl git sudo # Kill all the things we don't need RUN find /etc/systemd/system \