lutim: use framagit

This commit is contained in:
Wonderfall 2016-07-01 12:27:32 +02:00 committed by GitHub
parent 9c9a7388a3
commit 9cfdbd5914

View File

@ -13,6 +13,7 @@ ENV USERID=1000 \
RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests \ RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests \
wget \ wget \
git \
perl \ perl \
make \ make \
gcc \ gcc \
@ -21,13 +22,14 @@ RUN apt-get update && apt-get install -y --no-install-recommends --no-install-su
shared-mime-info \ shared-mime-info \
perlmagick \ perlmagick \
&& cpan install Carton \ && cpan install Carton \
&& mkdir /lutim && cd /lutim \ && git clone https://framagit.org/luc/lutim.git --depth=1 \
&& wget -qO- https://github.com/ldidry/lutim/archive/master.tar.gz | tar xz --strip 1 \ && cd /lutim \
&& carton install \ && carton install \
&& wget -q https://github.com/krallin/tini/releases/download/v$TINI_VER/tini_$TINI_VER.deb -P /tmp \ && wget -q https://github.com/krallin/tini/releases/download/v$TINI_VER/tini_$TINI_VER.deb -P /tmp \
&& dpkg -i /tmp/tini_$TINI_VER.deb \ && dpkg -i /tmp/tini_$TINI_VER.deb \
&& apt-get purge -y \ && apt-get purge -y \
wget \ wget \
git \
make \ make \
gcc \ gcc \
libssl-dev \ libssl-dev \