Re-add ssh and bash to Dockerfile (#1034)

Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Christian Mesh 2023-12-18 15:53:17 -05:00 committed by GitHub
parent 5553ba8324
commit 3e2042db28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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