From 89dfa1437a9a9a7ed4f49069d9984d8a0f3d8c76 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 16 Apr 2017 13:52:40 +0100 Subject: [PATCH] switch to using inhouse mono baseimage --- Dockerfile | 21 ++------------------- README.md | 1 + 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Dockerfile b/Dockerfile index 05294db..297fb56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,30 +1,13 @@ -FROM lsiobase/xenial +FROM lsiobase/mono MAINTAINER sparklyballs -# environment settings -ARG DEBIAN_FRONTEND="noninteractive" - # set version label ARG BUILD_DATE ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -# install packages -RUN \ - apt-get update && \ - apt-get install -y \ - --no-install-recommends \ - --no-install-suggests \ - bzip2 \ - ca-certificates-mono \ - libcurl4-openssl-dev \ - mono-devel \ - mono-vbnc \ - python \ - unzip \ - wget && \ - # install ombi +RUN \ mkdir -p \ /opt && \ ombi_tag=$(curl -sX GET "https://api.github.com/repos/tidusjar/Ombi/releases/latest" \ diff --git a/README.md b/README.md index d68c623..eff1795 100644 --- a/README.md +++ b/README.md @@ -89,4 +89,5 @@ Webui is at `:3579`, Follow the setup wizard on initial install. Then ## Versions ++ **16.04.17:** Switch to using inhouse mono baseimage. + **17.02.17:** Initial Release.