diff --git a/Dockerfile b/Dockerfile index 94e8c212..8f92e8ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,7 @@ RUN apt-get update && \ rsync \ wget \ vim \ + bc \ && apt-get clean RUN ln -s /usr/bin/automake /usr/bin/automake-1.10 && \