Skip to content

Commit

Permalink
✏ Readability changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul committed Sep 24, 2020
1 parent 20a9b1f commit aed8288
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ RUN \
apk add --no-cache \
mariadb-client=10.4.13-r0 \
nginx=1.18.0-r0 \
php7-curl=7.3.22-r0\
php7-dom=7.3.22-r0\
php7-fileinfo=7.3.22-r0\
php7-fpm=7.3.22-r0\
php7-gd=7.3.22-r0\
php7-json=7.3.22-r0\
php7-mbstring=7.3.22-r0\
php7-mysqlnd=7.3.22-r0\
php7-openssl=7.3.22-r0\
php7-pdo_mysql=7.3.22-r0\
php7-session=7.3.22-r0\
php7-simplexml=7.3.22-r0\
php7-tidy=7.3.22-r0\
php7-tokenizer=7.3.22-r0\
php7-xml=7.3.22-r0\
php7=7.3.22-r0\
php7-curl=7.3.22-r0 \
php7-dom=7.3.22-r0 \
php7-fileinfo=7.3.22-r0 \
php7-fpm=7.3.22-r0 \
php7-gd=7.3.22-r0 \
php7-json=7.3.22-r0 \
php7-mbstring=7.3.22-r0 \
php7-mysqlnd=7.3.22-r0 \
php7-openssl=7.3.22-r0 \
php7-pdo_mysql=7.3.22-r0 \
php7-session=7.3.22-r0 \
php7-simplexml=7.3.22-r0 \
php7-tidy=7.3.22-r0 \
php7-tokenizer=7.3.22-r0 \
php7-xml=7.3.22-r0 \
php7=7.3.22-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=1.10.10-r0 \
Expand Down

0 comments on commit aed8288

Please sign in to comment.