diff options
| author | Craig Gardener <craig@craiggardener.me> | 2020-02-19 17:47:00 +0000 |
|---|---|---|
| committer | Craig Gardener <craig@craiggardener.me> | 2020-02-19 17:47:00 +0000 |
| commit | eca58d5bdea51a0d9da45efddae142940f3d69e6 (patch) | |
| tree | 211fac0519f12f620d7f8b2da1e8faa49e9af8ec | |
| parent | a307d82c1f855b1d1b113289216911c168523a2f (diff) | |
Install PHP-GD
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ RUN add-apt-repository ppa:ondrej/php -y && apt-get update -y && \ libjpeg8-dev \ zlib1g-dev \ libpq-dev libmysqlclient-dev realpath \ - php7.1-mbstring php7.1-intl php7.1-xml php7.1-soap -y && \ + php7.1-mbstring php7.1-intl php7.1-xml php7.1-soap php7.1-gd -y && \ git clone --depth 1 --branch v0.7.6 https://github.com/asdf-vm/asdf.git $HOME/.asdf && \ echo 'pip' >> $HOME/.default-python-packages && \ echo 'setuptools' >> $HOME/.default-python-packages && \ |
