Skip to content

Commit 72877fb

Browse files
committed
1.10.0pre
1 parent cd0ae42 commit 72877fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ RUN echo "" && \
5656
package install \
5757
BOOKSTACK_RUN_DEPS \
5858
&& \
59+
php-ext prepare && \
60+
php-ext reset && \
61+
php-ext enable core && \
5962
\
6063
clone_git_repo "${BOOKSTACK_REPO_URL}" "${BOOKSTACK_VERSION}" /container/data/bookstack-install && \
6164
if [ -d "/build-assets/src" ] ; then cp -Rp /build-assets/src/* /container/data/bookstack-install ; fi; \

0 commit comments

Comments
 (0)