Skip to content

Commit

Permalink
trying to force V to 3.4.1 cause of hardcoded version in dtcw install…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
MWesterholz authored Sep 9, 2024
1 parent ec26435 commit 5789187
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 @@ -26,9 +26,10 @@ USER docops
RUN \
# Install doctoolchain
cd /home/docops && \
export DTC_VERSION="3.4.1" && \
curl -Lo dtcw https://doctoolchain.org/dtcw && \
chmod +x ./dtcw && \
# trying to force V to 3.4.1 cause of hardcoded version in dtcw install script
sed -i '15s/DTC_VERSION:=3.4.0/DTC_VERSION:=3.4.1/' dtcw && \
./dtcw install doctoolchain; \
./dtcw install java; \
# Install community.general collection, it contains the 'archive' module used in the doctoolchain playbook
Expand Down

0 comments on commit 5789187

Please sign in to comment.