Add base Dockerfile for Dockerhub builds (#504)
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
FROM php:7.3-fpm-alpine
|
||||
|
||||
#RUN apt-get update
|
||||
#RUN apt-get install -y libgmp-dev
|
||||
RUN apk add gmp-dev
|
||||
|
||||
# Copy any config files in
|
||||
|
||||
Reference in New Issue
Block a user