Skip to content

Commit 6c08208

Browse files
petrhosekraggi
authored andcommitted
Install unzip into Fuchsia Docker container
1 parent e98e674 commit 6c08208

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/docker/dist-fuchsia/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1515
swig \
1616
libedit-dev \
1717
libncurses5-dev \
18-
patch
18+
patch \
19+
unzip
1920

2021
RUN curl -L https://cmake.org/files/v3.9/cmake-3.9.2-Linux-x86_64.tar.gz | \
2122
tar xzf - -C /usr/local --strip-components=1

0 commit comments

Comments
 (0)