Skip to content
This repository was archived by the owner on Dec 3, 2023. It is now read-only.

Commit 32dceed

Browse files
committed
Content improvements
1 parent dc17316 commit 32dceed

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Docker web
22

3-
[![](https://images.microbadger.com/badges/image/williamdes/docker-web.svg)](https://microbadger.com/images/williamdes/docker-web "Get your own image badge on microbadger.com")
4-
[![](https://images.microbadger.com/badges/commit/williamdes/docker-web.svg)](https://microbadger.com/images/williamdes/docker-web "Get your own commit badge on microbadger.com")
3+
[![Build docker image](https://github.com/wdesportes/docker-web/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/wdesportes/docker-web/actions/workflows/build.yml)
54

6-
Uses as base image : `alpine:3.11`
5+
Uses as base image : `alpine:3.13`
76

8-
Size: ~`410MB`
7+
Size: `474MB`
98
> If you find a way to reduce the size, create a Pull Request !
109
1110
## Includes
11+
1212
- [ImageMagick](https://www.imagemagick.org/)
1313
- [PHP 7.3](http://www.php.net/ChangeLog-7.php)
1414
- [Inkscape](https://inkscape.org/)

docker/Dockerfile

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ LABEL author="William Desportes" \
2020

2121

2222
RUN apk add --no-cache wget curl yarn gnupg py3-pip \
23-
php7 git imagemagick inkscape python3 openjdk8-jre-base composer && \
24-
pip install --upgrade pip && \
25-
pip --no-cache-dir install pjv html5validator && \
26-
yarn global add broken-link-checker-local && \
27-
echo 'Quality control' && \
28-
java -version && gpg --version && git --version && composer --version && \
29-
pjv -h && wget --version && curl --version && inkscape --version && \
30-
php --version && html5validator --version && blcl --version && magick --version
23+
php7 git imagemagick inkscape python3 openjdk8-jre-base composer && \
24+
pip install --upgrade pip && \
25+
pip --no-cache-dir install pjv html5validator && \
26+
yarn --cache-folder /tmp/.junk global add broken-link-checker-local && \
27+
echo 'Quality control' && \
28+
java -version && gpg --version && git --version && composer --version && \
29+
pjv -h && wget --version && curl --version && inkscape --version && \
30+
php --version && html5validator --version && blcl --version && magick --version && \
31+
yarn cache clean && \
32+
rm -rf /root/.cache /tmp/.junk /tmp/* /var/cache/fontconfig /share/.cache

0 commit comments

Comments
 (0)