From 63ebc3a43b38abd223a672209a9c0c373b58d820 Mon Sep 17 00:00:00 2001 From: Daniel Petri <daniel.petri@rwth-aachen.de> Date: Thu, 17 Apr 2025 13:42:29 +0200 Subject: [PATCH] Add file --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2d47dc4..c185deb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:oracular -RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd \ +RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd file \ libssl-dev libffi-dev build-essential binutils-multiarch git gdb gdb-multiarch ltrace strace tmux wget curl && \ apt clean && rm -rf /var/lib/apt/lists/* && touch /root/.hushlogin diff --git a/README.md b/README.md index 4ef3e3a..efe03ff 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ There are probably way more useful tools, but here's a list to get started. ```bash sudo apt install -y xxd gdb gdb-multiarch gdbserver binutils binutils-multiarch \ - tmux wget curl socat strace ltrace git git-lfs \ + tmux wget curl socat strace ltrace git git-lfs file \ ``` ### pwndbg -- GitLab