Skip to content

Commit 0a89101

Browse files
committed
rebase to use lsiobase/xenial
1 parent 501683a commit 0a89101

2 files changed

Lines changed: 1 addition & 52 deletions

File tree

Dockerfile

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,18 @@
1-
FROM ubuntu:16.04
1+
FROM lsiobase/xenial
22
MAINTAINER Stian Larsen, sparklyballs
33

44
# global environment settings
55
ENV DEBIAN_FRONTEND="noninteractive"
66
ENV HOME="/config"
77
ENV 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
1710
RUN \
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/*
@@ -42,9 +25,6 @@ RUN \
4225
dpkg -i /tmp/plexmediaserver.deb && \
4326
rm -f /tmp/plexmediaserver.deb
4427

45-
46-
ENTRYPOINT ["/init"]
47-
4828
# add local files
4929
COPY root/ /
5030

root/etc/cont-init.d/10_add_user

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)