File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN set -x; \
77 && tar xvf bookstack.tar.gz -C /bookstack --strip-components=1 \
88 && rm bookstack.tar.gz
99
10- FROM php:8.2-apache-buster as final
10+ FROM php:8.2-apache-bullseye as final
1111RUN set -x; \
1212 apt-get update \
1313 && apt-get install -y --no-install-recommends \
@@ -27,10 +27,9 @@ RUN set -x; \
2727 curl \
2828 libzip-dev \
2929 unzip \
30- && wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.buster_amd64.deb \
31- && chmod a+x ./wkhtmltox_0.12.6-1.buster_amd64.deb \
32- && apt-get install -y ./wkhtmltox_0.12.6-1.buster_amd64.deb \
33- && rm ./wkhtmltox_0.12.6-1.buster_amd64.deb \
30+ && wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.bullseye_amd64.deb \
31+ && apt-get install -y ./wkhtmltox_0.12.6-1.bullseye.deb \
32+ && rm ./wkhtmltox_0.12.6-1.bullseye.deb \
3433 && docker-php-ext-install -j$(nproc) dom pdo pdo_mysql zip tidy \
3534 && docker-php-ext-configure ldap \
3635 && docker-php-ext-install -j$(nproc) ldap \
You can’t perform that action at this time.
0 commit comments