mirror of
https://github.com/linuxserver/libreelec-builder.git
synced 2026-02-20 00:25:10 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84699d2de0 |
@ -15,7 +15,6 @@ ARG PACKAGE_LIST="\
|
||||
gawk \
|
||||
gcc \
|
||||
git \
|
||||
golang-go \
|
||||
gperf \
|
||||
gzip \
|
||||
libc6-dev \
|
||||
@ -41,9 +40,6 @@ 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