Skip to content
Snippets Groups Projects
Unverified Commit 2e1b0927 authored by Magnus Frühling's avatar Magnus Frühling Committed by GitHub
Browse files

contrib: Dockerfile: install openssh-client (#2983)

Add ssh-client to enable deployment of the build output from CI.
parent 251392b0
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
lua-check \
shellcheck \
libnss-unknown \
openssh-client \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment