diff --git a/Dockerfile b/Dockerfile index 67ee817..3ad754a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM debian:stable-slim RUN apt-get update && apt-get install -y \ + binutils \ curl \ file \ unzip \