Skip to content

Commit

Permalink
Merge pull request #240 from danskernesdigitalebibliotek/enable-ssh-i…
Browse files Browse the repository at this point in the history
…n-dplsh

Install openssh in dplsh to ensure we can run ssh-related commands inside it
  • Loading branch information
hypesystem authored Mar 11, 2024
2 parents 4a39f7b + f895b09 commit 614efe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/dplsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN apk add --no-cache \
rsync \
shadow \
vim \
yq
yq \
openssh

# Add task, a modern Make equivalent.
RUN curl -sL https://taskfile.dev/install.sh | bash -s -- -b /usr/local/bin ${TASK_VERSION}
Expand Down

0 comments on commit 614efe0

Please sign in to comment.