aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKris Alder <kalder@google.com>2022-06-28 11:25:44 -0700
committerAleksandr Nogikh <wp32pw@gmail.com>2022-06-29 11:13:10 +0200
commit72f9002f14237198d97005bd20d332dbd12054a4 (patch)
tree9c8de9fe4f31b0ca067f618ae2d1333240951f1f /tools
parent496a85369a929682b0a20d0dffc54c2f19b32967 (diff)
tools/docker: add libarchive-tools to Dockerfile
The fetch_cvd tool used for fetching Cuttlefish expects /usr/bin/bsdtar to be available.
Diffstat (limited to 'tools')
-rw-r--r--tools/docker/syzbot/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/syzbot/Dockerfile b/tools/docker/syzbot/Dockerfile
index 56a87f441..2b5bb50f6 100644
--- a/tools/docker/syzbot/Dockerfile
+++ b/tools/docker/syzbot/Dockerfile
@@ -28,7 +28,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
libc6-dev-i386 libc6-dev-i386-amd64-cross lib32gcc-10-dev lib32stdc++-10-dev \
apt-transport-https curl gnupg python-is-python3 \
# Needed for building Cuttlefish images.
- rsync
+ rsync libarchive-tools
RUN curl https://dl.google.com/go/go1.17.linux-amd64.tar.gz | tar -C /usr/local -xz
ENV PATH /usr/local/go/bin:$PATH