From fd4621c38fdf493374ae15346c40722b7f04544b Mon Sep 17 00:00:00 2001 From: Callum Stott Date: Wed, 4 Jul 2018 14:34:30 +0100 Subject: [PATCH] Update docker image with zip --- docker/postfacto/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/postfacto/Dockerfile b/docker/postfacto/Dockerfile index e4b3fbe..dbc54ce 100644 --- a/docker/postfacto/Dockerfile +++ b/docker/postfacto/Dockerfile @@ -37,3 +37,6 @@ RUN apt-get -yqq update && apt-get -yqq install google-chrome-stable && rm -rf / # Install Sqlite dev tools RUN apt-get update && apt-get install libsqlite3-dev + +# Install zip for packaging +RUN apt-get update && apt-get install zip