mirror of
https://github.com/linuxserver/libreelec-builder.git
synced 2026-05-04 00:01:45 +08:00
Compare commits
No commits in common. "master" and "1" have entirely different histories.
10
Dockerfile
10
Dockerfile
@ -1,9 +1,5 @@
|
||||
FROM ubuntu:16.04
|
||||
|
||||
# environment settings
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ENV TERM="xterm"
|
||||
|
||||
# package list as variable
|
||||
ARG PACKAGE_LIST="\
|
||||
bash \
|
||||
@ -38,8 +34,4 @@ ARG PACKAGE_LIST="\
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
$PACKAGE_LIST && \
|
||||
|
||||
# clean up
|
||||
rm -rf \
|
||||
/var/lib/apt/lists/*
|
||||
$PACKAGE_LIST
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user