Skip to content
Julio Lima edited this page Nov 15, 2020 · 10 revisions

Welcome to PDFing wiki!

On Docker

Before build the docker:

  1. Add to Dockerfile, ENV OPENSSL_CONF=/etc/ssl/ .
  2. And build the docker image.

On Linux

  1. Open to ~/ typing at terminal: cd ~/.
  2. Open to .bashrc in using nano, typing at terminal: nano .bashrc.

If nano is not installed, install it typing at terminal: sudo apt-get install nano.

  1. Add inside this .bashrc file export OPENSSL_CONF=/etc/ssl/.
  2. And restart the docker image.
Clone this wiki locally