Merge pull request #15 from linuxserver/continuation_lines
fix continuation lines xenial
This commit is contained in:
+6
-7
@@ -1,16 +1,16 @@
|
||||
FROM lsiobase/mono
|
||||
MAINTAINER sparklyballs
|
||||
|
||||
# environment settings
|
||||
ENV XDG_CONFIG_HOME="/config/xdg"
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
ARG VERSION
|
||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||
LABEL maintainer="sparklyballs"
|
||||
|
||||
# environment settings
|
||||
ENV XDG_CONFIG_HOME="/config/xdg"
|
||||
|
||||
# install radarr
|
||||
RUN \
|
||||
echo "**** install radarr ****" && \
|
||||
radarr_tag=$(curl -sX GET "https://api.github.com/repos/Radarr/Radarr/releases" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
mkdir -p \
|
||||
@@ -21,8 +21,7 @@ RUN \
|
||||
tar ixzf \
|
||||
/tmp/radar.tar.gz -C \
|
||||
/opt/radarr --strip-components=1 && \
|
||||
|
||||
# clean up
|
||||
echo "**** clean up ****" && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
|
||||
@@ -87,6 +87,7 @@ Access the webui at `<your-ip>:7878`, for more information check out [Radarr][ap
|
||||
|
||||
## Versions
|
||||
|
||||
+ **15.12.17:** Fix continuation lines.
|
||||
+ **17.04.17:** Switch to using inhouse mono baseimage, adds python also.
|
||||
+ **13.04.17:** Switch to official mono repository.
|
||||
+ **10.01.17:** Initial Release.
|
||||
|
||||
Reference in New Issue
Block a user