Merge pull request #4 from linuxserver/use_mono_baseimage

switch to using inhouse mono baseimage
This commit is contained in:
Neil 2017-04-16 13:57:12 +01:00 committed by GitHub
commit 7dc1487f8b
2 changed files with 3 additions and 19 deletions

View File

@ -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" \

View File

@ -89,4 +89,5 @@ Webui is at `<your-ip>:3579`, Follow the setup wizard on initial install. Then
## Versions
+ **16.04.17:** Switch to using inhouse mono baseimage.
+ **17.02.17:** Initial Release.