Add make to Docker container
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user