about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPetr Hosek <phosek@google.com>2017-09-19 09:55:16 -0700
committerJames Tucker <jftucker@gmail.com>2017-09-24 13:53:10 -0700
commit6c08208c31893559e9b940dd305ad7febee9bf82 (patch)
tree40091afbe617a19ad2c002662c9ce4c7f85b8cb4
parente98e674570910661caa408d55a4026161456709c (diff)
downloadrust-6c08208c31893559e9b940dd305ad7febee9bf82.tar.gz
rust-6c08208c31893559e9b940dd305ad7febee9bf82.zip
Install unzip into Fuchsia Docker container
-rw-r--r--src/ci/docker/dist-fuchsia/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ci/docker/dist-fuchsia/Dockerfile b/src/ci/docker/dist-fuchsia/Dockerfile
index 2cb186c1683..f0bd74be369 100644
--- a/src/ci/docker/dist-fuchsia/Dockerfile
+++ b/src/ci/docker/dist-fuchsia/Dockerfile
@@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
   swig \
   libedit-dev \
   libncurses5-dev \
-  patch
+  patch \
+  unzip
 
 RUN curl -L https://cmake.org/files/v3.9/cmake-3.9.2-Linux-x86_64.tar.gz | \
       tar xzf - -C /usr/local --strip-components=1