diff --git a/docs/source/the_project/install_and_configure.rst b/docs/source/the_project/install_and_configure.rst index c2f2a50..dd28d0a 100644 --- a/docs/source/the_project/install_and_configure.rst +++ b/docs/source/the_project/install_and_configure.rst @@ -82,13 +82,13 @@ If you want to include *Kapow!* in a `Docker` image, you can add the binary directly from the releases section. Below is an example :file:`Dockerfile` that includes *Kapow!*. -.. code-block:: dockerfile +.. parsed-literal:: FROM debian:stretch-slim RUN apt-get update - ADD https://github.com/BBVA/kapow/releases/download//kapow_linux_amd64 /usr/bin/kapow + ADD https://github.com/BBVA/kapow/releases/download/v\ |version|\ /kapow\_\ |version|\ _linux_amd64 /usr/bin/kapow RUN chmod 755 /usr/bin/kapow