From d2a012a9ba5e2b528f9912be29ac3e5c456e6071 Mon Sep 17 00:00:00 2001 From: neonloop Date: Thu, 4 Mar 2021 02:34:49 +0000 Subject: Install zip and force creating the host workspace directory --- Dockerfile | 2 +- workspace/.keep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 workspace/.keep 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 -- cgit v1.2.3