# Questions - eramba Docker

**URL:** https://discussions.eramba.org/t/questions-eramba-docker/1067
**Category:** Forum - Software
**Created:** [June 5, 2019, 7:15am UTC](https://discussions.eramba.org/t/questions-eramba-docker/1067 "2019-06-05T07:15:12Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![james.sharpe](https://discussions.eramba.org/user_avatar/discussions.eramba.org/james.sharpe/32/557_2.png) [@james.sharpe](https://discussions.eramba.org/u/james.sharpe)
#### Post date: [June 6, 2019, 2:00pm UTC](https://discussions.eramba.org/t/questions-eramba-docker/1067/4 "2019-06-06T14:00:04Z")

</div>

@martin In case it helps here is the dockerfile that I am using:

> FROM library/php:7.1-apache
> 
> RUN apt-get update && apt-get -y install libldap2-dev libicu-dev libcurl4-openssl-dev libedit-dev libpng-dev libxml2-dev mysql-client libxrender1 libfontconfig1 libxext6 libfreetype6 fontconfig libjpeg62-turbo xfonts-75dpi xfonts-base
> 
> RUN docker-php-ext-configure ldap --with-libdir=lib/x86\_64-linux-gnu/  
> RUN docker-php-ext-install mysqli pdo pdo\_mysql ldap gd mbstring exif zip curl readline xml intl  
> RUN a2enmod headers rewrite  
> RUN cd /tmp && curl -GL -O [https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox\_0.12.5-1.stretch\_amd64.deb](https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.stretch_amd64.deb) && dpkg -i wkhtmltox\_0.12.5-1.stretch\_amd64.deb && rm wkhtmltox\_0.12.5-1.stretch\_amd64.deb  
> VOLUME [“/var/www/html/”]

---

_[View the full topic](https://discussions.eramba.org/t/questions-eramba-docker/1067)._
