mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
tools/docker: update focal/Dockerfile to install golang-1.18
use recent release of golang for bootstrap builds. updates from golang-1.13 to golang-1.18
This commit is contained in:
parent
a1443260a9
commit
9c42e89149
@ -21,8 +21,9 @@ RUN apt-get update && apt-get install -y \
|
||||
wget bash bc gcc-10 sed patch patchutils tar bzip2 gzip xz-utils zstd perl gawk gperf zip \
|
||||
unzip diffutils lzop make file g++-10 xfonts-utils xsltproc default-jre-headless python3 \
|
||||
libc6-dev libncurses5-dev libjson-perl libxml-parser-perl libparse-yapp-perl \
|
||||
golang-go git openssh-client \
|
||||
golang-1.18-go git openssh-client \
|
||||
--no-install-recommends \
|
||||
&& ln -s /usr/lib/go-1.18 /usr/lib/go \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user