diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,8 +15,9 @@ RUN apt-get -y update \ patch \ perl \ python \ - unzip \ rsync \ + subversion \ + unzip \ wget \ && rm -rf /var/lib/apt/lists/* |