From 841810c193922c71758b57b9c619823a728e1e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Wed, 25 Oct 2017 09:37:26 +0200 Subject: [PATCH] Add missing sudo dep --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 731473d..d040ce7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM fedora:26 MAINTAINER Daniele ViganĂ² -RUN dnf install -y tar bzip2 git python3-pip mock copr-cli && \ +RUN dnf install -y sudo tar bzip2 git python3-pip mock copr-cli && \ dnf clean all # Use a Twisted binary wheel to avoid too many dependencies RUN pip3 install https://daniele.vigano.me/files/pypi/Twisted-17.9.0-cp36-cp36m-linux_x86_64.whl \