File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ubuntu:16.04
1+ FROM lsiobase/xenial
22MAINTAINER Stian Larsen, sparklyballs
33
44# global environment settings
55ENV DEBIAN_FRONTEND="noninteractive"
66ENV HOME="/config"
77ENV TERM="xterm"
88
9- # add abc user and make folders
10- RUN \
11- useradd -u 911 -U -d /config -s /bin/false abc && \
12- usermod -G users abc && \
13- mkdir -p \
14- /config
15-
169# install packages
1710RUN \
1811 apt-get update && \
19- apt-get install -y \
20- apt-utils && \
2112 apt-get install -y \
2213 avahi-daemon \
23- curl \
2414 dbus \
2515 wget && \
26-
27- # add s6 overlay
28- curl -o \
29- /tmp/s6.tar.gz -L \
30- https://github.com/just-containers/s6-overlay/releases/download/v1.17.2.0/s6-overlay-amd64.tar.gz && \
31- tar xvf /tmp/s6.tar.gz -C / && \
32-
3316# cleanup
3417 apt-get clean && \
3518 rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
4225 dpkg -i /tmp/plexmediaserver.deb && \
4326 rm -f /tmp/plexmediaserver.deb
4427
45-
46- ENTRYPOINT ["/init" ]
47-
4828# add local files
4929COPY root/ /
5030
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments