From d02873b9f45aa83bcdfaa13c2e6d9be13bbd5fec Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <moritz@ucworks.org>
Date: Fri, 14 Sep 2018 18:31:20 +0200
Subject: [PATCH] Really install 7z

---
 ubuntu-18.04/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile
index c772f61..daa7b02 100644
--- a/ubuntu-18.04/Dockerfile
+++ b/ubuntu-18.04/Dockerfile
@@ -141,7 +141,7 @@ RUN apt-get install -y locales && \
 
 RUN apt-get install -y \
         file \
-        p7zip
+        p7zip-full
 
 COPY jupyter_notebook_config.py /root/.jupyter/
 ADD mxnet_profile.sh /etc/profile.d/mxnet.sh
-- 
GitLab