diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ FROM ubuntu:16.04 RUN apt-get -y update \ - && apt-get -y install bzip2 bc cpio g++ make patch perl python unzip rsync wget locales \ + && apt-get -y install bzip2 bc cpio g++ make locales patch perl python unzip rsync wget zip \ && rm -rf /var/lib/apt/lists/* RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && \ |