opentracker is an open and free bittorrent tracker project by erdgeist.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
354 B

FROM alpine
RUN apk add --no-cache \
git \
cvs \
make \
gcc \
musl-dev \
zlib-dev
RUN cvs -d :pserver:cvs@cvs.fefe.de:/cvs -z9 co libowfat
WORKDIR /libowfat
RUN ls
RUN make
WORKDIR /
#RUN git clone git://erdgeist.org/opentracker
COPY opentracker opentracker
WORKDIR /opentracker
RUN make
CMD /opentracker/opentracker -f /config/opentracker.conf