diff --git a/Dockerfile b/Dockerfile index d39e2a104..f83a81a23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,9 @@ RUN apt-get update && apt-get upgrade -y && \ # Runtime dependencies build-essential ca-certificates libncurses5-dev \ # In case someone uses `Mix.install/2` and point to a git repo - git && \ + git \ + # Additional standard tools + wget && \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && \ apt-get clean -y && \ rm -rf /var/lib/apt/lists/*