Skip to content

Commit

Permalink
Compress binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
joergschiller committed May 7, 2019
1 parent 70d0fab commit 0c076ab
Show file tree
Hide file tree
Showing 41 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile-centos_6
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM centos:6

RUN yum install -y ruby libjpeg-turbo libpng libXrender fontconfig libXext
RUN yum install -y ruby libjpeg-turbo libpng libXrender fontconfig libXext bzip2

CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version
2 changes: 1 addition & 1 deletion .docker/Dockerfile-centos_7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM centos:7

RUN yum install -y ruby libjpeg-turbo libpng libXrender fontconfig libXext
RUN yum install -y ruby libjpeg-turbo libpng libXrender fontconfig libXext bzip2

CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version
2 changes: 1 addition & 1 deletion .docker/Dockerfile-debian_8
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM debian:8
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update
RUN apt-get install -y ruby libjpeg62-turbo libpng12-0 libxrender1 libfontconfig1 libxext6
RUN apt-get install -y ruby libjpeg62-turbo libpng12-0 libxrender1 libfontconfig1 libxext6 bzip2

CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version
2 changes: 1 addition & 1 deletion .docker/Dockerfile-debian_9
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM debian:9
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update
RUN apt-get install -y ruby libjpeg62-turbo libpng16-16 libxrender1 libfontconfig1 libxext6
RUN apt-get install -y ruby libjpeg62-turbo libpng16-16 libxrender1 libfontconfig1 libxext6 bzip2

CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version
2 changes: 1 addition & 1 deletion .docker/Dockerfile-ubuntu_14.04
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM ubuntu:14.04
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1 bzip2

CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version
2 changes: 1 addition & 1 deletion .docker/Dockerfile-ubuntu_16.04
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1 bzip2

CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version
2 changes: 1 addition & 1 deletion .docker/Dockerfile-ubuntu_18.04
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1
RUN apt-get install -y ruby libjpeg8 libxrender1 libfontconfig1 bzip2

CMD /root/wkhtmltopdf_binary_gem/bin/wkhtmltopdf --version
Loading

0 comments on commit 0c076ab

Please sign in to comment.