diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile
index 075fa5e87ac8cb7362117b6bc880683e63c7b814..c772f61717b542e1057fbf88595ac87b0bbfc4f3 100644
--- a/ubuntu-18.04/Dockerfile
+++ b/ubuntu-18.04/Dockerfile
@@ -113,7 +113,6 @@ RUN cd /tmp && \
     rm -rf pybind11-2.2.3
 
 RUN apt-get install -y \
-        file \
         libepoxy-dev \
         libglm-dev \
         libegl1-mesa-dev \
@@ -140,6 +139,10 @@ RUN apt-get install -y  openssh-server && \
 RUN apt-get install -y locales && \
     locale-gen en_US.UTF-8 en_GB.UTF-8
 
+RUN apt-get install -y \
+        file \
+        p7zip
+
 COPY jupyter_notebook_config.py /root/.jupyter/
 ADD mxnet_profile.sh /etc/profile.d/mxnet.sh
 COPY launch.sh /sbin