Skip to content

Commit

Permalink
Remove java install.
Browse files Browse the repository at this point in the history
Increment version.
  • Loading branch information
javifmz committed Mar 3, 2021
1 parent 668a3c1 commit cf8ab8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf8ab8f

Please sign in to comment.