mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Merge pull request #8908 from heitbaum/actions12
[le12] tools/docker: add cpp-13 to noble Dockerfile
This commit is contained in:
commit
56edf7ec79
@ -18,7 +18,7 @@ RUN useradd docker -U -G sudo -m -s /bin/bash \
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
wget bash bc gcc-13 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
wget bash bc gcc-13 cpp-13 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||||
unzip diffutils lzop make file g++-13 xfonts-utils xsltproc default-jre-headless python3 \
|
unzip diffutils lzop make file g++-13 xfonts-utils xsltproc default-jre-headless python3 \
|
||||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl rdfind \
|
||||||
golang-go git openssh-client \
|
golang-go git openssh-client \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user