Matheus Oliveira

Results 2 comments of Matheus Oliveira

Assuming your gems are located in `/bundle`, you could add after `bundle install`: ``` RUN apk add wkhtmltopdf RUN cd /bundle/ruby/*/gems/wkhtmltopdf-binary-*/bin && ln -s /usr/bin/wkhtmltopdf wkhtmltopdf_"$(. /etc/os-release 2> /dev/null &&...