From c7a5f8670d1b80b8d75659b39f1188dbc60ebb29 Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 28 May 2018 17:05:22 -0500 Subject: [PATCH] Install p7zip and p7zip docs. --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index ac19957..f6d1088 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,6 +20,7 @@ RUN apk update \ python3 python3-doc \ sudo sudo-doc \ tmux tmux-doc \ + p7zip p7zip-doc \ && python3 -m pip install \ awscli \ && apk add \