We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0ae42 commit 72877fbCopy full SHA for 72877fb
Containerfile
@@ -56,6 +56,9 @@ RUN echo "" && \
56
package install \
57
BOOKSTACK_RUN_DEPS \
58
&& \
59
+ php-ext prepare && \
60
+ php-ext reset && \
61
+ php-ext enable core && \
62
\
63
clone_git_repo "${BOOKSTACK_REPO_URL}" "${BOOKSTACK_VERSION}" /container/data/bookstack-install && \
64
if [ -d "/build-assets/src" ] ; then cp -Rp /build-assets/src/* /container/data/bookstack-install ; fi; \
0 commit comments