Skip to content

Commit 2066ba0

Browse files
committed
Merge penguin and fw2tar apt installs
1 parent b57a68a commit 2066ba0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Dockerfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
354354
pip \
355355
"pycparser>=2.21"
356356

357-
# fw2tar deps
358-
RUN apt-get update && apt-get install -q -y $(cat /tmp/fw2tar.txt)
359-
360-
# Install apt dependencies - largely for binwalk, some for penguin
361-
RUN apt-get update && apt-get install -y $(cat /tmp/penguin.txt) && \
357+
# Install apt dependencies - largely for binwalk, some for penguin, some for fw2tar
358+
RUN apt-get update && apt-get install -q -y $(cat /tmp/penguin.txt) $(cat /tmp/fw2tar.txt) && \
362359
apt install -yy -f /tmp/pandare.deb -f /tmp/glow.deb -f /tmp/gum.deb && \
363360
rm -rf /var/lib/apt/lists/* /tmp/*.deb
364361

0 commit comments

Comments
 (0)