From a8dc262b3c4d7ed39c79fd30852729a6650247fd Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 4 Jun 2023 05:11:14 +0000 Subject: [PATCH] tools/docker: tidy up Dockerfile --- tools/docker/kinetic/Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tools/docker/kinetic/Dockerfile b/tools/docker/kinetic/Dockerfile index 5d15869eb5..7e8efdfd05 100644 --- a/tools/docker/kinetic/Dockerfile +++ b/tools/docker/kinetic/Dockerfile @@ -18,12 +18,10 @@ 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 xz-utils zstd perl gawk gperf zip unzip diffutils lzop make file \ - g++ xfonts-utils xsltproc default-jre-headless python3 \ - libc6-dev libncurses5-dev \ - libjson-perl libxml-parser-perl libparse-yapp-perl \ - golang-go \ - git openssh-client \ + wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \ + unzip diffutils lzop make file g++ xfonts-utils xsltproc default-jre-headless python3 \ + libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \ + golang-go git openssh-client \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*