mirror of
https://github.com/linuxserver/docker-ombi.git
synced 2026-02-20 00:58:02 +08:00
Merge pull request #4 from linuxserver/use_mono_baseimage
switch to using inhouse mono baseimage
This commit is contained in:
commit
7dc1487f8b
21
Dockerfile
21
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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user