diff --git a/Dockerfile b/Dockerfile index b1bc6c8..9fa5a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.10 LABEL maintainer "Marvin Steadfast " @@ -43,6 +43,7 @@ RUN set -ex \ php7-sockets \ php7-xmlreader \ php7-tidy \ + php7-intl \ py-mysqldb \ py-psycopg2 \ py-simplejson \