diff --git a/2.24/Dockerfile b/2.24/Dockerfile index 4fe4a5d..429961d 100644 --- a/2.24/Dockerfile +++ b/2.24/Dockerfile @@ -32,7 +32,7 @@ ENV CATALINA_OPTS="-Xms256m -Xmx2g \ -Dorg.geotools.coverage.jaiext.enabled=true" # persistent / runtime deps -RUN apt-get update && apt-get install -y --no-install-recommends libnetcdf-c++4 curl unzip fnt xz-utils && rm -r /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y --no-install-recommends libnetcdf-c++4 curl unzip fnt xz-utils binutils && rm -r /var/lib/apt/lists/* # Install Google Fonts RUN \