Skip to content

Commit

Permalink
work around issues using yum in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
chadkirby committed Aug 8, 2018
1 parent 4f6db6e commit 2c28e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ WORKDIR /tmp
RUN curl -L -O https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.2.1/wkhtmltox-0.12.2.1_linux-centos5-amd64.rpm
RUN yum --nogpgcheck localinstall wkhtmltox-0.12.2.1_linux-centos5-amd64.rpm -y

RUN yum makecache fast
# work around issues using yum in docker
RUN yum install -y yum-plugin-ovl

# do stupid stuff to get nodegit to build
RUN yum install libcurl.i686 -y
Expand Down

0 comments on commit 2c28e4c

Please sign in to comment.