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