Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN echo "module namespace csd_webconf = 'https://github.com/openhie/openinfoman
declare variable \$csd_webconf:remote_services := ();\n\
" > $HOME/openinfoman/repo-src/generated_openinfoman_webconfig.xqm

RUN basex -Vc "REPO INSTALL http://files.basex.org/modules/expath/functx-1.0.xar"
RUN basex -Vc "REPO INSTALL https://files.basex.org/modules/expath/functx-1.0.xar"

WORKDIR /root/openinfoman/repo-src
# Change shell to bash to interpret array syntax
Expand Down