mirror of
https://github.com/linuxserver/docker-jackett.git
synced 2026-02-05 02:58:13 +08:00
Merge branch 'master' of https://github.com/linuxserver/docker-jackett
This commit is contained in:
commit
de80caba9e
@ -4,6 +4,9 @@ MAINTAINER Sparklyballs <sparkylballs@linuxserver.io>
|
||||
|
||||
ENV APTLIST="bzip2 libcurl4-openssl-dev mono-complete wget"
|
||||
|
||||
# change abc home folder
|
||||
usermod -d /app abc
|
||||
|
||||
# install packages
|
||||
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \
|
||||
echo "deb http://download.mono-project.com/repo/debian wheezy main" | tee /etc/apt/sources.list.d/mono-xamarin.list && \
|
||||
@ -24,8 +27,6 @@ ADD init/ /etc/my_init.d/
|
||||
ADD services/ /etc/service/
|
||||
RUN chmod -v +x /etc/service/*/run /etc/my_init.d/*.sh && \
|
||||
|
||||
# change abc home folder
|
||||
usermod -d /app abc
|
||||
|
||||
# ports and volumes
|
||||
VOLUME /config /downloads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user