From 76899b9a014c7488def98a97867a0aaf6fa21f53 Mon Sep 17 00:00:00 2001 From: John Plevyak Date: Mon, 18 May 2015 19:44:26 -0700 Subject: [PATCH] interm --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8e002b9..8722450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,8 @@ RUN wget http://downloads.sourceforge.net/wkhtmltopdf/wkhtmltox-0.12.2.1_linux-t RUN dpkg -i wkhtmltox-0.12.2.1_linux-trusty-amd64.deb RUN cp -f /usr/local/bin/wkhtmltopdf /usr/bin/wkhtmltopdf -RUN git clone https://github.com/francoisjacquet/rosariosis.git /usr/src/rosariosis +RUN git clone https://github.com/jplevyak/rosariosis.git /usr/src/rosariosis WORKDIR /usr/src/rosariosis -RUN git checkout v2.8.12 RUN rm -rf /var/www/html && mkdir -p /var/www && ln -s /usr/src/rosariosis/ /var/www/html && chmod 777 /var/www/html