|
@@ -9,6 +9,13 @@ RUN apk add --update nodejs \
|
|
|
&& ln -s `which nodejs` /bin/node \
|
|
|
&& ln -s `which lessc` /bin/lessc
|
|
|
|
|
|
+# Install Wk<html>TOpdf
|
|
|
+RUN apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing wkhtmltopdf
|
|
|
+RUN apk add --no-cache xvfb ttf-dejavu ttf-freefont fontconfig dbus
|
|
|
+#COPY bin/wkhtmltox.sh /usr/local/bin/wkhtmltoimage
|
|
|
+#RUN ln /usr/local/bin/wkhtmltoimage /usr/local/bin/wkhtmltopdf
|
|
|
+
|
|
|
+
|
|
|
# Install Odoo and it's dependencies in one go
|
|
|
ENV ODOO_BRANCH 8.0
|
|
|
|