Add openssh-client to documentation CI container
Some checks failed
/ build-doc (push) Successful in 15s
/ deploy-doc (push) Failing after 16s

This commit is contained in:
Thomas Kolb 2024-08-27 20:05:59 +02:00
parent 2bb6bf9878
commit 0b38b68c3c
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ jobs:
build-doc:
runs-on: docker
container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.5
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.6
steps:
- uses: actions/checkout@v4
- run: pwd && ls -hla && cd doc && make
@ -15,7 +15,7 @@ jobs:
needs: build-doc
runs-on: docker
container:
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.5
image: git.tkolb.de/amateurfunk/hamnet70/asciidoctor:1.6
steps:
- run: mkdir ~/.ssh && echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519 && chmod 0600 ~/.ssh/id_ed25519 && echo "${{ secrets.SSH_KNOWN_HOST }}" > ~/.ssh/known_hosts
- uses: actions/download-artifact@v3

View file

@ -9,7 +9,7 @@ RUN gem install asciidoctor asciidoctor-diagram
RUN apt install -y --no-install-recommends mscgen && apt clean
# tools for automatic deployment
RUN apt install -y --no-install-recommends rsync && apt clean
RUN apt install -y --no-install-recommends rsync openssh-client && apt clean
# run as unprivileged user in the container
RUN useradd -m ciuser