latest versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-12-27 16:10:07 -08:00
parent 0d67094227
commit 4f8782ed19
7 changed files with 38 additions and 15 deletions

View File

@@ -9,16 +9,17 @@
# --name sickbeard \
# jess/sickbeard
#
FROM debian:sid
FROM alpine:latest
MAINTAINER Jessie Frazelle <jess@linux.com>
RUN apt-get update && apt-get install -y \
RUN apk add --no-cache \
--repository https://dl-3.alpinelinux.org/alpine/edge/testing \
ca-certificates \
git \
python-cheetah \
python-setuptools \
&& rm -rf /var/lib/apt/lists/*
python \
py-cheetah \
py-setuptools
ENV SICKBEARD_VERSION torrent_1080_subtitles