Compare commits

..

2 Commits

Author SHA1 Message Date
5190f4dfc7 Merge pull request 'Adding binutils to docker build' (#10) from feature/adding_binutils_to_build into develop
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #10
2024-05-13 09:38:09 +02:00
david
8a82cca275 Adding binutils to docker build
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-13 09:34:23 +02:00

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 \