Skip to content

Commit 9d704f6

Browse files
committed
Update Github Feature Request Templates
1 parent 9ae4bd0 commit 9d704f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ RUN source /assets/functions/00-container && \
133133
cp -R ${GIT_REPO_SRC_CORE}/instdir/* /opt/libreoffice/ && \
134134
\
135135
### Build LibreOffice Online (Not as long as above)
136-
clone_git_repo ${COLLABORA_ONLINE_REPO_URL} ${COLLABORA_ONLINE_VERSION} ${GIT_REPO_SRC_ONLINE} && \
136+
clone_git_repo ${COLLABORA_ONLINE_REPO_URL} ${COLLABORA_ONLINE_VERSION} ${GIT_REPO_SRC_ONLINE}
137+
RUN source /assets/functions/00-container && \
137138
if [ -d "/build-assets/online/src" ] ; then cp -R /build-assets/online/src/* ${GIT_REPO_SRC_ONLINE} ; fi; \
138139
if [ -d "/build-assets/online/scripts" ] ; then for script in /build-assets/online/scripts/*.sh; do echo "** Applying $script"; bash $script; done && \ ; fi ; \
139140
sed -i \

0 commit comments

Comments
 (0)