mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-02-19 22:09:04 +08:00
Merge pull request #65 from linuxserver/continuation_lines
fix continuation lines xenial
This commit is contained in:
commit
f442b28249
10
Dockerfile
10
Dockerfile
@ -1,27 +1,25 @@
|
||||
FROM lsiobase/mono
|
||||
MAINTAINER sparklyballs
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="sparklyballs"
|
||||
|
||||
# set environment variables
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ENV XDG_CONFIG_HOME="/config/xdg"
|
||||
|
||||
# add sonarr repository
|
||||
RUN \
|
||||
echo "**** add sonarr repository ****" && \
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC && \
|
||||
echo "deb http://apt.sonarr.tv/ master main" > \
|
||||
/etc/apt/sources.list.d/sonarr.list && \
|
||||
|
||||
# install packages
|
||||
echo "**** install packages ****" && \
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
nzbdrone && \
|
||||
|
||||
# cleanup
|
||||
echo "**** cleanup ****" && \
|
||||
apt-get clean && \
|
||||
rm -rf \
|
||||
/tmp/* \
|
||||
|
||||
@ -92,6 +92,7 @@ Monitor the logs of the container in realtime `docker logs -f sonarr`.
|
||||
|
||||
## Versions
|
||||
|
||||
+ **15.12.17:** Fix continuation lines.
|
||||
+ **12.07.17:** Add inspect commands to README, move to jenkins build and push.
|
||||
+ **17.04.17:** Switch to using inhouse mono baseimage, adds python also.
|
||||
+ **14.04.17:** Change to mount /etc/localtime in README, thanks cbgj.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user