Skip to content

Commit 84a8313

Browse files
committed
Updated the apache version by making stretch to buster
1 parent 89ac8e2 commit 84a8313

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM php:7.2-apache-stretch
1+
FROM php:7.2-apache-buster
22

33
ENV BOOKSTACK=BookStack \
44
BOOKSTACK_VERSION=0.27.5 \
55
BOOKSTACK_HOME="/var/www/bookstack"
66

7-
RUN apt-get update && apt-get install -y --no-install-recommends git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev wget libldap2-dev libtidy-dev libxml2-dev fontconfig ttf-freefont wkhtmltopdf tar curl \
7+
RUN apt-get update && apt-get install -y --no-install-recommends git zlib1g-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev libpng-dev wget libldap2-dev libtidy-dev libxml2-dev fontconfig wkhtmltopdf tar curl \
88
&& docker-php-ext-install dom pdo pdo_mysql zip tidy \
99
&& docker-php-ext-configure ldap \
1010
&& docker-php-ext-install ldap \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- mysql-data:/var/lib/mysql
1212

1313
bookstack:
14-
image: solidnerd/bookstack:0.27.5
14+
build: .
1515
depends_on:
1616
- mysql
1717
environment:

0 commit comments

Comments
 (0)