mirror of
https://github.com/linuxserver/libreelec-builder.git
synced 2026-02-20 00:25:10 +08:00
Compare commits
No commits in common. "master" and "5" have entirely different histories.
@ -15,6 +15,7 @@ ARG PACKAGE_LIST="\
|
||||
gawk \
|
||||
gcc \
|
||||
git \
|
||||
golang-go \
|
||||
gperf \
|
||||
gzip \
|
||||
libc6-dev \
|
||||
@ -40,6 +41,9 @@ RUN \
|
||||
apt-get install -y \
|
||||
$PACKAGE_LIST && \
|
||||
|
||||
# symlink for go
|
||||
ln -s /usr/lib/go /usr/lib/golang && \
|
||||
|
||||
# clean up
|
||||
rm -rf \
|
||||
/var/lib/apt/lists/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user