diff --git a/Dockerfile b/Dockerfile index 4862b25006a..2b18d14643b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -78,7 +78,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ zlib1g-dev # Python based apps -RUN apt-get update && apt-get install --no-install-recommends -y \ +RUN apt-get install --no-install-recommends -y \ httpie \ mercurial \ meson \