Add base Dockerfile for Dockerhub builds (#504)

This commit is contained in:
Nabeel S
2020-01-16 11:49:22 -05:00
committed by GitHub
parent c2f7c5e421
commit 6fcbd603ba
5 changed files with 32 additions and 3 deletions

View File

@@ -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