diff --git a/ubuntu-18.04/Dockerfile b/ubuntu-18.04/Dockerfile
index b3960aad5e6544edbb9c452b5693ed3abfdd9b17..947ec24f425a4bba93c4a706cce61bd0ed632c5b 100644
--- a/ubuntu-18.04/Dockerfile
+++ b/ubuntu-18.04/Dockerfile
@@ -63,7 +63,9 @@ RUN python3.6 -m pip --no-cache-dir install \
         nose-timer \
         pylint \
         requests \
-        Pillow
+        Pillow \
+        wheel \
+        twine
 
 RUN cd /opt && \
     curl -sSLO https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz && \