tools/docker: tidy up Dockerfile

This commit is contained in:
Rudi Heitbaum 2023-06-04 05:11:14 +00:00
parent 224224e3fc
commit a8dc262b3c

View File

@ -18,12 +18,10 @@ RUN adduser --disabled-password --gecos '' docker \
&& echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN apt-get update && apt-get install -y \ 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 \ wget bash bc gcc sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
g++ xfonts-utils xsltproc default-jre-headless python3 \ unzip diffutils lzop make file g++ xfonts-utils xsltproc default-jre-headless python3 \
libc6-dev libncurses5-dev \ libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \
libjson-perl libxml-parser-perl libparse-yapp-perl \ golang-go git openssh-client \
golang-go \
git openssh-client \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*