mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Re-add ssh and bash to Dockerfile (#1034)
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
parent
5553ba8324
commit
3e2042db28
@ -5,7 +5,7 @@ FROM alpine:3.18
|
||||
|
||||
LABEL maintainer="OpenTofu Core Team <core@opentofu.org>"
|
||||
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache git bash openssh
|
||||
|
||||
COPY tofu /usr/local/bin/tofu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user