Skip to content
Snippets Groups Projects
Commit 15b4ce98 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'only-install-openssh-client' into 'main'

Only install openssh-client but not openssh-server

See merge request components/opentofu!72
parents 39e83294 cc40c9b9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ RUN apk add --no-cache \ ...@@ -8,7 +8,7 @@ RUN apk add --no-cache \
git \ git \
idn2-utils \ idn2-utils \
jq \ jq \
openssh \ openssh-client \
cosign cosign
# Install OpenTofu using the installer script in standalone mode # Install OpenTofu using the installer script in standalone mode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment