aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1ff49bb..82f370c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && \