Adding binutils to docker build
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
david 2024-05-13 09:34:23 +02:00
parent e1f937bb2c
commit 8a82cca275

View File

@ -1,5 +1,6 @@
FROM debian:stable-slim FROM debian:stable-slim
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
binutils \
curl \ curl \
file \ file \
unzip \ unzip \