Skip to content

Commit

Permalink
Libonig-dev missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mia committed May 21, 2020
1 parent ca2b2aa commit 21b2791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM php:7-apache

RUN apt-get update && apt-get install -y git unzip locales curl pkg-config libcurl4-openssl-dev zlib1g-dev libicu-dev g++
RUN apt-get update && apt-get install -y git unzip locales curl pkg-config libcurl4-openssl-dev zlib1g-dev libicu-dev g++ libonig-dev
RUN docker-php-ext-install mysqli pdo_mysql gettext curl intl mbstring

WORKDIR /var/www/html
Expand Down

0 comments on commit 21b2791

Please sign in to comment.