diff --git a/tools/docker/bionic/Dockerfile b/tools/docker/bionic/Dockerfile index f7d6cf5999..2e780bdf96 100644 --- a/tools/docker/bionic/Dockerfile +++ b/tools/docker/bionic/Dockerfile @@ -18,10 +18,9 @@ RUN adduser --disabled-password --gecos '' docker \ && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN apt-get update && apt-get install -y \ - wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python python3 \ - g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \ + wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils lzop python3 \ + g++ xfonts-utils xsltproc default-jre-headless \ libc6-dev libncurses5-dev \ - u-boot-tools \ xz-utils make file libxml-parser-perl \ libjson-perl \ golang-go \ diff --git a/tools/docker/stretch/Dockerfile b/tools/docker/stretch/Dockerfile index 82ea1a284c..4a341bff8f 100644 --- a/tools/docker/stretch/Dockerfile +++ b/tools/docker/stretch/Dockerfile @@ -19,10 +19,9 @@ RUN adduser --disabled-password --gecos '' docker \ && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN apt-get update && apt-get install -y \ - wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python python3 \ - g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \ + wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils lzop python3 \ + g++ xfonts-utils xsltproc default-jre-headless \ libc6-dev libncurses5-dev \ - u-boot-tools \ xz-utils make file libxml-parser-perl \ libjson-perl \ golang-go \ diff --git a/tools/docker/xenial/Dockerfile b/tools/docker/xenial/Dockerfile index 8cc8ba96aa..a06831fe77 100644 --- a/tools/docker/xenial/Dockerfile +++ b/tools/docker/xenial/Dockerfile @@ -18,10 +18,9 @@ RUN adduser --disabled-password --gecos '' docker \ && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN apt-get update && apt-get install -y \ - wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils texinfo lzop python python3 \ - g++ xfonts-utils xfonts-utils xfonts-utils xsltproc default-jre-headless \ + wget bash bc gcc sed patch patchutils tar bzip2 gzip perl gawk gperf zip unzip diffutils lzop python3 \ + g++ xfonts-utils xsltproc default-jre-headless \ libc6-dev libncurses5-dev \ - u-boot-tools \ xz-utils make file libxml-parser-perl \ libjson-perl \ golang-go \