Skip to content

Commit

Permalink
Merge pull request #652 from gouttegd/fix-dosdptools
Browse files Browse the repository at this point in the history
Rename dosdp-tools directory.
  • Loading branch information
gouttegd committed Aug 15, 2022
2 parents 13ba86f + b2e399d commit 5a7732e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/odklite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /tools
ENV JAVA_HOME="/usr"
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
ENV PATH="/tools:/tools/dosdp-tools/bin:$PATH"
ENV PATH="/tools:/tools/dosdptools/bin:$PATH"

ARG ODK_VERSION=0.0.0
ENV ODK_VERSION=$ODK_VERSION
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN wget -nv $ROBOT_JAR \
RUN wget -nv https://github.com/INCATools/dosdp-tools/releases/download/v$DOSDP_VERSION/dosdp-tools-$DOSDP_VERSION.tgz && \
tar zxf dosdp-tools-$DOSDP_VERSION.tgz && \
rm dosdp-tools-$DOSDP_VERSION.tgz && \
mv dosdp-tools-$DOSDP_VERSION /tools/dosdp-tools && \
mv dosdp-tools-$DOSDP_VERSION /tools/dosdptools && \
wget -nv --no-check-certificate https://raw.githubusercontent.com/INCATools/dead_simple_owl_design_patterns/master/src/simple_pattern_tester.py \
-O /tools/simple_pattern_tester.py && \
chmod 755 /tools/simple_pattern_tester.py
Expand Down

0 comments on commit 5a7732e

Please sign in to comment.