Add missing vim and cpan-upload packages to the docker image
diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 7035b17..7e8de34 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -64,6 +64,7 @@
                                                  source-highlight \
                                                  subversion \
                                                  valgrind \
+                                                 vim \
  && apt-get -qqy clean \
  && rm -rf /var/lib/apt/lists
 
@@ -116,6 +117,7 @@
 # Install Perl modules
 RUN apt-get -qqy update \
  && apt-get -qqy install --no-install-recommends libcompress-raw-zlib-perl \
+                                                 libcpan-uploader-perl \
                                                  libencode-perl \
                                                  libio-string-perl \
                                                  libjson-xs-perl \