From 2f4fb1a0de456cc05c302849055721a8ddb3ac07 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sat, 11 Feb 2017 21:57:49 -0600 Subject: [PATCH] Update Dockerfile --- build/ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci/Dockerfile b/build/ci/Dockerfile index a66747c..fd8ea40 100644 --- a/build/ci/Dockerfile +++ b/build/ci/Dockerfile @@ -8,6 +8,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ python3-gi \ python3-pyqt5 \ python3-pip \ + zip \ && pip3 install whither VOLUME /build