From cf8ab8f6c34eeb8636435f2bc33918476d12f529 Mon Sep 17 00:00:00 2001 From: javifmz <45376469+javifmz@users.noreply.github.com> Date: Wed, 3 Mar 2021 03:10:48 +0100 Subject: [PATCH] Remove java install. Increment version. --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17c794e..c655f23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.11 RUN apk update && apk upgrade && \ echo @3.11 http://nl.alpinelinux.org/alpine/v3.11/community >> /etc/apk/repositories && \ echo @3.11 http://nl.alpinelinux.org/alpine/v3.11/main >> /etc/apk/repositories && \ - apk --no-cache add nginx nano less curl openjdk8 \ + apk --no-cache add nginx nano less curl \ php7 php7-fpm php7-opcache php7-json php7-pdo php7-pdo_mysql php-iconv php-mbstring \ php7-dom php7-ctype php7-curl php7-gd php7-intl php7-mcrypt php7-mysqlnd php7-posix \ php7-session php7-tidy php7-xml php7-zip diff --git a/README.md b/README.md index 48600bf..2632b89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docker Webapp image -Minimal docker image for webapps with an HTML5 front-end (web) and a PHP back-end (API). Current version is `0.1.0`. +Minimal docker image for webapps with an HTML5 front-end (web) and a PHP back-end (API). Current version is `0.1.1`. Main directories: - `/www/api`: Back-end source files