Add make to Docker container

This commit is contained in:
Nabeel Shahzad
2020-01-28 10:12:40 -05:00
parent df832088d5
commit 819ebece6d

View File

@@ -1,6 +1,6 @@
FROM php:7.3-fpm-alpine
RUN apk add gmp-dev
RUN apk add make gmp-dev
# Copy any config files in
COPY ext-opcache.ini $PHP_INI_DIR/conf.d/