Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 723798c

Browse files
committed
Bug 1893156 - add file to system-symbols-linux-scraper docker image. r=gerard-majax
Differential Revision: https://phabricator.services.mozilla.com/D208485
1 parent 958785a commit 723798c

File tree

1 file changed

+1
-1
lines changed
  • taskcluster/docker/system-symbols-linux-scraper

1 file changed

+1
-1
lines changed

taskcluster/docker/system-symbols-linux-scraper/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VOLUME /builds/worker/checkouts
1212

1313
RUN apt-get update && \
1414
apt-get install --no-install-recommends -y \
15-
7zip binutils build-essential cpio curl debuginfod elfutils flatpak jq \
15+
file 7zip binutils build-essential cpio curl debuginfod elfutils flatpak jq \
1616
libxml2-utils python3-pip rpm2cpio squashfs-tools unzip wget zip && \
1717
apt-get autoremove -y && rm -rf /var/lib/apt/lists/*
1818

0 commit comments

Comments
 (0)