mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
try master
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
dad97a7bb5
commit
7004e95473
|
@ -33,12 +33,12 @@ RUN pip install \
|
||||||
|
|
||||||
EXPOSE 5050
|
EXPOSE 5050
|
||||||
|
|
||||||
ENV COUCHPOTATO_VERSION 3.0.1
|
ENV COUCHPOTATO_VERSION master
|
||||||
|
|
||||||
RUN git clone https://github.com/RuudBurger/CouchPotatoServer.git /usr/src/couchpotato \
|
RUN git clone https://github.com/RuudBurger/CouchPotatoServer.git /usr/src/couchpotato \
|
||||||
&& ( \
|
&& ( \
|
||||||
cd /usr/src/couchpotato \
|
cd /usr/src/couchpotato \
|
||||||
&& git checkout "build/${COUCHPOTATO_VERSION}" \
|
&& git checkout "${COUCHPOTATO_VERSION}" \
|
||||||
)
|
)
|
||||||
|
|
||||||
WORKDIR /usr/src/couchpotato
|
WORKDIR /usr/src/couchpotato
|
||||||
|
|
Loading…
Reference in New Issue
Block a user