Install sudo in the integration-test container

This commit is contained in:
yuvipanda
2018-07-31 13:37:31 -07:00
parent 48441e2d22
commit 912d5a5e17

View File

@@ -3,7 +3,7 @@ FROM ubuntu:18.04
RUN apt-get update --yes 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 # Kill all the things we don't need
RUN find /etc/systemd/system \ RUN find /etc/systemd/system \