Skip to content

Commit

Permalink
trying to fix by hand nr 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MWesterholz authored Sep 9, 2024
1 parent c51b6e3 commit 34a3ee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ RUN \
# sed -i '15s/DTC_VERSION:=3.4.0/DTC_VERSION:=3.4.1/' dtcw && \
./dtcw install doctoolchain; \
./dtcw install java; \
sed -i '478s/^/def/' /.doctoolchain/docToolchain-3.4.0/core/src/main/groovy/org/docToolchain/tasks/Asciidoc2ConfluenceTask.groovy \
cd /.doctoolchain/docToolchain-3.4.0/core/src/main/groovy/org/docToolchain/tasks && \
sed -i '478s/^/def/' Asciidoc2ConfluenceTask.groovy; \
# Install community.general collection, it contains the 'archive' module used in the doctoolchain playbook
ansible-galaxy collection install community.general;

Expand Down

0 comments on commit 34a3ee1

Please sign in to comment.