aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
-rw-r--r--workspace/.keep0
2 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 && \
diff --git a/workspace/.keep b/workspace/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/workspace/.keep