Skip to content

Commit

Permalink
Specify classpath for Saxon under XSpec for #1743. (#1744)
Browse files Browse the repository at this point in the history
* Specify classpath for Saxon under XSpec for #1743.

* Update path to include xspec.sh for #1743 per Nikita's feedback.
  • Loading branch information
aj-stein-nist committed Jul 10, 2023
1 parent 574def6 commit d43713a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ COPY --from=oscal-hugo-build /go/bin/hugo /usr/local/bin

ENV SAXON_HOME=/opt/oscal
ENV CALABASH_HOME=${SAXON_HOME}
ENV PATH=/opt/oscal/node_modules/.bin:${PATH}
ENV SAXON_CP="/opt/oscal/*"
ENV PATH=/oscal/build/metaschema/support/xspec/bin:/opt/oscal/node_modules/.bin:${PATH}

RUN git config --global --add safe.directory /oscal

Expand Down

0 comments on commit d43713a

Please sign in to comment.