Merge pull request #8318 from heitbaum/kernel-firmware

Kernel firmware update and rdfind
This commit is contained in:
CvH
2023-11-19 12:25:03 +01:00
committed by GitHub
6 changed files with 7 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ RUN adduser --disabled-password --gecos '' docker \
RUN apt-get install -y \
wget bash bc gcc-12 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
unzip diffutils lzop make file g++-12 xfonts-utils xsltproc default-jre-headless python3 \
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
golang-go git openssh-client \
--no-install-recommends

View File

@@ -20,7 +20,7 @@ RUN adduser --disabled-password --gecos '' docker \
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 \
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
golang-go git openssh-client \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

View File

@@ -20,7 +20,7 @@ RUN adduser --disabled-password --gecos '' docker \
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 \
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
golang-go git openssh-client \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

View File

@@ -22,7 +22,7 @@ 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 \
libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
golang-go \
git openssh-client \
--no-install-recommends \