diff options
| author | neonloop | 2021-03-04 02:34:49 +0000 |
|---|---|---|
| committer | neonloop | 2021-03-04 02:34:49 +0000 |
| commit | d2a012a9ba5e2b528f9912be29ac3e5c456e6071 (patch) | |
| tree | 8d70e62b62b8f9e2929c1f4d7eeb2a3641101d04 | |
| parent | 9cd70be8d87cd2258b46c77de051460e50edf786 (diff) | |
| download | trimui-toolchain-d2a012a9ba5e2b528f9912be29ac3e5c456e6071.tar.gz trimui-toolchain-d2a012a9ba5e2b528f9912be29ac3e5c456e6071.tar.bz2 trimui-toolchain-d2a012a9ba5e2b528f9912be29ac3e5c456e6071.zip | |
Install zip and force creating the host workspace directory
| -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 |
